#A420BC

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

Shades of Dark Orchid #A420BC

Tints of Dark Orchid #A420BC

Color information

#A420BC (or 0xA420BC) is unknown color: approx Dark Orchid. HEX triplet: A4, 20 and BC. RGB value is (164,32,188). Sum of RGB (Red+Green+Blue) = 164+32+188=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 32 (12.89% from 255 or 8.33% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #A420BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A420BC is #5BDF43. Grayscale: #585858. Windows color (decimal): -6020932 or 12329124. OLE color: 12329124.

HSL color Cylindrical-coordinate representation of color #A420BC: hue angle of 290.77º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A420BC is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16432188-
CMYK0.130.8300.26
HSL290.77º70.91%43.14%-
HSV(B)290.77º82.98%73.73%-
XYZ24.912.5648.69-
YUV89.25183.73181.32-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.71%
GREEN value IS 32 (12.89% from 255) = 8.33%
BLUE value IS 188 (73.83% from 255) = 48.96%
R=42.71%
G=8.33%
B=48.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal164321880.130.8300.26290.7770.9143.14
HexA420BCD5301A123472b
Octal244402741512303244310753
Binary1010010010000010111100110110100110110101001000111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A420BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A420BC; }

 p { color: rgb(164,32,188); }

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

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

 a { background-color: rgb(164,32,188); }

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

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

 span { border-color: rgb(164,32,188); }

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