#A435B4

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

Shades of Dark Orchid #A435B4

Tints of Dark Orchid #A435B4

Color information

#A435B4 (or 0xA435B4) is unknown color: approx Dark Orchid. HEX triplet: A4, 35 and B4. RGB value is (164,53,180). Sum of RGB (Red+Green+Blue) = 164+53+180=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 53 (21.09% from 255 or 13.35% from 397); Blue value is 180 (70.70% from 255 or 45.34% from 397); Max value from RGB is 180 - color contains mainly: blue. Hex color #A435B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A435B4 is #5BCA4B. Grayscale: #646464. Windows color (decimal): -6015564 or 11810212. OLE color: 11810212.

HSL color Cylindrical-coordinate representation of color #A435B4: hue angle of 292.44º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A435B4 is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16453180-
CMYK0.090.7100.29
HSL292.44º54.51%45.69%-
HSV(B)292.44º70.56%70.59%-
XYZ24.8213.7344.52-
YUV100.67172.77173.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.31%
GREEN value IS 53 (21.09% from 255) = 13.35%
BLUE value IS 180 (70.70% from 255) = 45.34%
R=41.31%
G=13.35%
B=45.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal164531800.090.7100.29292.4454.5145.69
HexA435B494701D124372e
Octal24465264111070354446756
Binary101001001101011011010010011000111011101100100100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A435B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A435B4; }

 p { color: rgb(164,53,180); }

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

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

 a { background-color: rgb(164,53,180); }

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

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

 span { border-color: rgb(164,53,180); }

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