#a830d1

Color #A830D1 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #A830D1

Tints of Dark Orchid #A830D1

Color information

#A830D1 (or 0xA830D1) is unknown color: approx Dark Orchid. HEX triplet: A8, 30 and D1. RGB value is (168,48,209). Sum of RGB (Red+Green+Blue) = 168+48+209=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 48 (19.14% from 255 or 11.29% from 425); Blue value is 209 (82.03% from 255 or 49.18% from 425); Max value from RGB is 209 - color contains mainly: blue. Hex color #A830D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A830D1 is #57CF2E. Grayscale: #656565. Windows color (decimal): -5754671 or 13709480. OLE color: 13709480.

HSL color Cylindrical-coordinate representation of color #A830D1: hue angle of 284.72º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A830D1 is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16848209-
CMYK0.200.7700.18
HSL284.72º63.64%50.39%-
HSV(B)284.72º77.03%81.96%-
XYZ28.7115.0461.71-
YUV102.23188.26174.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 39.53%
GREEN value IS 48 (19.14% from 255) = 11.29%
BLUE value IS 209 (82.03% from 255) = 49.18%
R=39.53%
G=11.29%
B=49.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal168482090.200.7700.18284.7263.6450.39
HexA830D1144D01211d4032
Octal250603212411502243510062
Binary10101000110000110100011010010011010100101000111011000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a830d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a830d1; }

 p { color: rgb(168,48,209); }

 H1.HeaderClassName
 {
   color: #a830d1;
 }
 .AnyTagClassName
 {
   color: #a830d1;
 }
</style>
background-color css

<style>
 a { background-color: #a830d1; }

 a { background-color: rgb(168,48,209); }

 div.DivClassName
 {
   background-color: #a830d1;
 }
 .BgClassName
 {
   background-color: #a830d1;
 }
</style>
border-color css

<style>
 span { border-color: #a830d1; }

 span { border-color: rgb(168,48,209); }

 td.TdClassName
 {
   border-color: #a830d1;
 }
 .TagClassName
 {
   border-color: #a830d1;
 }
</style>