#A432AB

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

Shades of Dark Orchid #A432AB

Tints of Dark Orchid #A432AB

Color information

#A432AB (or 0xA432AB) is unknown color: approx Dark Orchid. HEX triplet: A4, 32 and AB. RGB value is (164,50,171). Sum of RGB (Red+Green+Blue) = 164+50+171=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 50 (19.92% from 255 or 12.99% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 171 - color contains mainly: blue. Hex color #A432AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A432AB is #5BCD54. Grayscale: #616161. Windows color (decimal): -6016341 or 11219620. OLE color: 11219620.

HSL color Cylindrical-coordinate representation of color #A432AB: hue angle of 296.53º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A432AB is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16450171-
CMYK0.040.7100.33
HSL296.53º54.75%43.33%-
HSV(B)296.53º70.76%67.06%-
XYZ23.813.1139.8-
YUV97.88169.27175.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.60%
GREEN value IS 50 (19.92% from 255) = 12.99%
BLUE value IS 171 (67.19% from 255) = 44.42%
R=42.60%
G=12.99%
B=44.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164501710.040.7100.33296.5354.7543.33
HexA432AB447021129372b
Octal2446225341070414516753
Binary101001001100101010101110010001110100001100101001110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A432AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A432AB; }

 p { color: rgb(164,50,171); }

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

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

 a { background-color: rgb(164,50,171); }

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

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

 span { border-color: rgb(164,50,171); }

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