#A431BB

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

Shades of Dark Orchid #A431BB

Tints of Dark Orchid #A431BB

Color information

#A431BB (or 0xA431BB) is unknown color: approx Dark Orchid. HEX triplet: A4, 31 and BB. RGB value is (164,49,187). Sum of RGB (Red+Green+Blue) = 164+49+187=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 49 (19.53% from 255 or 12.25% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 187 - color contains mainly: blue. Hex color #A431BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A431BB is #5BCE44. Grayscale: #626262. Windows color (decimal): -6016581 or 12267940. OLE color: 12267940.

HSL color Cylindrical-coordinate representation of color #A431BB: hue angle of 290º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A431BB is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16449187-
CMYK0.120.7400.27
HSL290º58.47%46.27%-
HSV(B)290º73.8%73.33%-
XYZ25.3813.6848.32-
YUV99.12177.6174.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41%
GREEN value IS 49 (19.53% from 255) = 12.25%
BLUE value IS 187 (73.44% from 255) = 46.75%
R=41%
G=12.25%
B=46.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal164491870.120.7400.2729058.4746.27
HexA431BBC4A01B1223a2e
Octal24461273141120334427256
Binary101001001100011011101111001001010011011100100010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A431BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A431BB; }

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

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

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

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

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

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

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

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