#A431BD

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

Shades of Dark Orchid #A431BD

Tints of Dark Orchid #A431BD

Color information

#A431BD (or 0xA431BD) is unknown color: approx Dark Orchid. HEX triplet: A4, 31 and BD. RGB value is (164,49,189). Sum of RGB (Red+Green+Blue) = 164+49+189=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 49 (19.53% from 255 or 12.19% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #A431BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A431BD is #5BCE42. Grayscale: #626262. Windows color (decimal): -6016579 or 12399012. OLE color: 12399012.

HSL color Cylindrical-coordinate representation of color #A431BD: hue angle of 289.29º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A431BD is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16449189-
CMYK0.130.7400.26
HSL289.29º58.82%46.67%-
HSV(B)289.29º74.07%74.12%-
XYZ25.5913.7649.45-
YUV99.34178.6174.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.80%
GREEN value IS 49 (19.53% from 255) = 12.19%
BLUE value IS 189 (74.22% from 255) = 47.01%
R=40.80%
G=12.19%
B=47.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal164491890.130.7400.26289.2958.8246.67
HexA431BDD4A01A1213b2f
Octal24461275151120324417357
Binary101001001100011011110111011001010011010100100001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A431BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A431BD; }

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

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

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

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

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

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

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

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