#A31CAB

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

Shades of Dark Orchid #A31CAB

Tints of Dark Orchid #A31CAB

Color information

#A31CAB (or 0xA31CAB) is unknown color: approx Dark Orchid. HEX triplet: A3, 1C and AB. RGB value is (163,28,171). Sum of RGB (Red+Green+Blue) = 163+28+171=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 28 (11.33% from 255 or 7.73% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #A31CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31CAB is #5CE354. Grayscale: #545454. Windows color (decimal): -6087509 or 11213987. OLE color: 11213987.

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

Color convert

RGB16328171-
CMYK0.050.8400.33
HSL296.64º71.86%39.02%-
HSV(B)296.64º83.63%67.06%-
XYZ22.8711.5639.55-
YUV84.67176.73183.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.03%
GREEN value IS 28 (11.33% from 255) = 7.73%
BLUE value IS 171 (67.19% from 255) = 47.24%
R=45.03%
G=7.73%
B=47.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal163281710.050.8400.33296.6471.8639.02
HexA31CAB5540211294827
Octal24334253512404145111047
Binary101000111110010101011101101010001000011001010011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31CAB; }

 p { color: rgb(163,28,171); }

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

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

 a { background-color: rgb(163,28,171); }

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

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

 span { border-color: rgb(163,28,171); }

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