#A431AA

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

Shades of Dark Orchid #A431AA

Tints of Dark Orchid #A431AA

Color information

#A431AA (or 0xA431AA) is unknown color: approx Dark Orchid. HEX triplet: A4, 31 and AA. RGB value is (164,49,170). Sum of RGB (Red+Green+Blue) = 164+49+170=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 49 (19.53% from 255 or 12.79% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #A431AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A431AA is #5BCE55. Grayscale: #606060. Windows color (decimal): -6016598 or 11153828. OLE color: 11153828.

HSL color Cylindrical-coordinate representation of color #A431AA: hue angle of 297.02º 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 #A431AA is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16449170-
CMYK0.040.7100.33
HSL297.02º55.25%42.94%-
HSV(B)297.02º71.18%66.67%-
XYZ23.6612.9939.29-
YUV97.18169.1175.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.82%
GREEN value IS 49 (19.53% from 255) = 12.79%
BLUE value IS 170 (66.80% from 255) = 44.39%
R=42.82%
G=12.79%
B=44.39%

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
Decimal164491700.040.7100.33297.0255.2542.94
HexA431AA447021129372b
Octal2446125241070414516753
Binary101001001100011010101010010001110100001100101001110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A431AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A431AA; }

 p { color: rgb(164,49,170); }

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

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

 a { background-color: rgb(164,49,170); }

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

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

 span { border-color: rgb(164,49,170); }

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