#A31FAA

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

Shades of Dark Orchid #A31FAA

Tints of Dark Orchid #A31FAA

Color information

#A31FAA (or 0xA31FAA) is unknown color: approx Dark Orchid. HEX triplet: A3, 1F and AA. RGB value is (163,31,170). Sum of RGB (Red+Green+Blue) = 163+31+170=364 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.78% from 364); Green value is 31 (12.5% from 255 or 8.52% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 170 - color contains mainly: blue. Hex color #A31FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31FAA is #5CE055. Grayscale: #555555. Windows color (decimal): -6086742 or 11149219. OLE color: 11149219.

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

Color convert

RGB16331170-
CMYK0.040.8200.33
HSL296.98º69.15%39.41%-
HSV(B)296.98º81.76%66.67%-
XYZ22.8511.6739.08-
YUV86.31175.23182.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.78%
GREEN value IS 31 (12.5% from 255) = 8.52%
BLUE value IS 170 (66.80% from 255) = 46.70%
R=44.78%
G=8.52%
B=46.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal163311700.040.8200.33296.9869.1539.41
HexA31FAA4520211294527
Octal24337252412204145110547
Binary101000111111110101010100101001001000011001010011000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31FAA; }

 p { color: rgb(163,31,170); }

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

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

 a { background-color: rgb(163,31,170); }

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

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

 span { border-color: rgb(163,31,170); }

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