#A92DD6

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

Shades of Dark Orchid #A92DD6

Tints of Dark Orchid #A92DD6

Color information

#A92DD6 (or 0xA92DD6) is unknown color: approx Dark Orchid. HEX triplet: A9, 2D and D6. RGB value is (169,45,214). Sum of RGB (Red+Green+Blue) = 169+45+214=428 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.49% from 428); Green value is 45 (17.97% from 255 or 10.51% from 428); Blue value is 214 (83.98% from 255 or 50% from 428); Max value from RGB is 214 - color contains mainly: blue. Hex color #A92DD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92DD6 is #56D229. Grayscale: #646464. Windows color (decimal): -5689898 or 14036393. OLE color: 14036393.

HSL color Cylindrical-coordinate representation of color #A92DD6: hue angle of 284.02º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A92DD6 is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16945214-
CMYK0.210.7900.16
HSL284.02º67.33%50.78%-
HSV(B)284.02º78.97%83.92%-
XYZ29.4415.1764.99-
YUV101.34191.58176.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.49%
GREEN value IS 45 (17.97% from 255) = 10.51%
BLUE value IS 214 (83.98% from 255) = 50%
R=39.49%
G=10.51%
B=50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal169452140.210.7900.16284.0267.3350.78
HexA92DD6154F01011c4333
Octal251553262511702043410363
Binary10101001101101110101101010110011110100001000111001000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92DD6; }

 p { color: rgb(169,45,214); }

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

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

 a { background-color: rgb(169,45,214); }

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

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

 span { border-color: rgb(169,45,214); }

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