#a31bac

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

Shades of Dark Orchid #A31BAC

Tints of Dark Orchid #A31BAC

Color information

#A31BAC (or 0xA31BAC) is unknown color: approx Dark Orchid. HEX triplet: A3, 1B and AC. RGB value is (163,27,172). Sum of RGB (Red+Green+Blue) = 163+27+172=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 27 (10.94% from 255 or 7.46% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: blue. Hex color #A31BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31BAC is #5CE453. Grayscale: #535353. Windows color (decimal): -6087764 or 11279267. OLE color: 11279267.

HSL color Cylindrical-coordinate representation of color #A31BAC: hue angle of 296.28º degrees, saturation: 0.73, 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 #A31BAC is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16327172-
CMYK0.050.8400.33
HSL296.28º72.86%39.02%-
HSV(B)296.28º84.3%67.45%-
XYZ22.9411.5540.05-
YUV84.19177.56184.21-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.03%
GREEN value IS 27 (10.94% from 255) = 7.46%
BLUE value IS 172 (67.58% from 255) = 47.51%
R=45.03%
G=7.46%
B=47.51%

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
Decimal163271720.050.8400.33296.2872.8639.02
HexA31BAC5540211284927
Octal24333254512404145011147
Binary101000111101110101100101101010001000011001010001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a31bac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a31bac; }

 p { color: rgb(163,27,172); }

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

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

 a { background-color: rgb(163,27,172); }

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

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

 span { border-color: rgb(163,27,172); }

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