#A920C8

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

Shades of Dark Orchid #A920C8

Tints of Dark Orchid #A920C8

Color information

#A920C8 (or 0xA920C8) is unknown color: approx Dark Orchid. HEX triplet: A9, 20 and C8. RGB value is (169,32,200). Sum of RGB (Red+Green+Blue) = 169+32+200=401 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.14% from 401); Green value is 32 (12.89% from 255 or 7.98% from 401); Blue value is 200 (78.52% from 255 or 49.88% from 401); Max value from RGB is 200 - color contains mainly: blue. Hex color #A920C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A920C8 is #56DF37. Grayscale: #5B5B5B. Windows color (decimal): -5693240 or 13115561. OLE color: 13115561.

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

Color convert

RGB16932200-
CMYK0.160.8400.22
HSL288.93º72.41%45.49%-
HSV(B)288.93º84%78.43%-
XYZ27.313.6455.84-
YUV92.12188.89182.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.14%
GREEN value IS 32 (12.89% from 255) = 7.98%
BLUE value IS 200 (78.52% from 255) = 49.88%
R=42.14%
G=7.98%
B=49.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal169322000.160.8400.22288.9372.4145.49
HexA920C81054016121482d
Octal251403102012402644111055
Binary10101001100000110010001000010101000101101001000011001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A920C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A920C8; }

 p { color: rgb(169,32,200); }

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

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

 a { background-color: rgb(169,32,200); }

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

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

 span { border-color: rgb(169,32,200); }

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