#A434CB

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

Shades of Dark Orchid #A434CB

Tints of Dark Orchid #A434CB

Color information

#A434CB (or 0xA434CB) is unknown color: approx Dark Orchid. HEX triplet: A4, 34 and CB. RGB value is (164,52,203). Sum of RGB (Red+Green+Blue) = 164+52+203=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 52 (20.70% from 255 or 12.41% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #A434CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A434CB is #5BCB34. Grayscale: #666666. Windows color (decimal): -6015797 or 13317284. OLE color: 13317284.

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

Color convert

RGB16452203-
CMYK0.190.7400.20
HSL284.5º59.22%50%-
HSV(B)284.5º74.38%79.61%-
XYZ27.3214.6657.89-
YUV102.7184.61171.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.14%
GREEN value IS 52 (20.70% from 255) = 12.41%
BLUE value IS 203 (79.69% from 255) = 48.45%
R=39.14%
G=12.41%
B=48.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal164522030.190.7400.20284.559.2250
HexA434CB134A01411d3b32
Octal24464313231120244357362
Binary1010010011010011001011100111001010010100100011101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A434CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A434CB; }

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

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

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

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

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

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

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

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