#A830D7

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

Shades of Dark Orchid #A830D7

Tints of Dark Orchid #A830D7

Color information

#A830D7 (or 0xA830D7) is unknown color: approx Dark Orchid. HEX triplet: A8, 30 and D7. RGB value is (168,48,215). Sum of RGB (Red+Green+Blue) = 168+48+215=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 48 (19.14% from 255 or 11.14% from 431); Blue value is 215 (84.38% from 255 or 49.88% from 431); Max value from RGB is 215 - color contains mainly: blue. Hex color #A830D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A830D7 is #57CF28. Grayscale: #666666. Windows color (decimal): -5754665 or 14102696. OLE color: 14102696.

HSL color Cylindrical-coordinate representation of color #A830D7: hue angle of 283.11º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A830D7 is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16848215-
CMYK0.220.7800.16
HSL283.11º67.61%51.57%-
HSV(B)283.11º77.67%84.31%-
XYZ29.4715.3565.7-
YUV102.92191.26174.42-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.98%
GREEN value IS 48 (19.14% from 255) = 11.14%
BLUE value IS 215 (84.38% from 255) = 49.88%
R=38.98%
G=11.14%
B=49.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal168482150.220.7800.16283.1167.6151.57
HexA830D7164E01011b4434
Octal250603272611602043310464
Binary10101000110000110101111011010011100100001000110111000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A830D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A830D7; }

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

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

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

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

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

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

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

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