#A421CB

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

Shades of Dark Orchid #A421CB

Tints of Dark Orchid #A421CB

Color information

#A421CB (or 0xA421CB) is unknown color: approx Dark Orchid. HEX triplet: A4, 21 and CB. RGB value is (164,33,203). Sum of RGB (Red+Green+Blue) = 164+33+203=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 33 (13.28% from 255 or 8.25% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #A421CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A421CB is #5BDE34. Grayscale: #5A5A5A. Windows color (decimal): -6020661 or 13312420. OLE color: 13312420.

HSL color Cylindrical-coordinate representation of color #A421CB: hue angle of 286.24º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A421CB is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16433203-
CMYK0.190.8400.20
HSL286.24º72.03%46.27%-
HSV(B)286.24º83.74%79.61%-
XYZ26.6313.2957.66-
YUV91.55190.9179.68-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41%
GREEN value IS 33 (13.28% from 255) = 8.25%
BLUE value IS 203 (79.69% from 255) = 50.75%
R=41%
G=8.25%
B=50.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal164332030.190.8400.20286.2472.0346.27
HexA421CB135401411e482e
Octal244413132312402443611056
Binary10100100100001110010111001110101000101001000111101001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A421CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A421CB; }

 p { color: rgb(164,33,203); }

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

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

 a { background-color: rgb(164,33,203); }

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

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

 span { border-color: rgb(164,33,203); }

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