#A12FB1

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

Shades of Dark Orchid #A12FB1

Tints of Dark Orchid #A12FB1

Color information

#A12FB1 (or 0xA12FB1) is unknown color: approx Dark Orchid. HEX triplet: A1, 2F and B1. RGB value is (161,47,177). Sum of RGB (Red+Green+Blue) = 161+47+177=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 47 (18.75% from 255 or 12.21% from 385); Blue value is 177 (69.53% from 255 or 45.97% from 385); Max value from RGB is 177 - color contains mainly: blue. Hex color #A12FB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12FB1 is #5ED04E. Grayscale: #5F5F5F. Windows color (decimal): -6213711 or 11612065. OLE color: 11612065.

HSL color Cylindrical-coordinate representation of color #A12FB1: hue angle of 292.62º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A12FB1 is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16147177-
CMYK0.090.7300.31
HSL292.62º58.04%43.92%-
HSV(B)292.62º73.45%69.41%-
XYZ23.6512.7842.82-
YUV95.91173.77174.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.82%
GREEN value IS 47 (18.75% from 255) = 12.21%
BLUE value IS 177 (69.53% from 255) = 45.97%
R=41.82%
G=12.21%
B=45.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal161471770.090.7300.31292.6258.0443.92
HexA12FB194901F1253a2c
Octal24157261111110374457254
Binary101000011011111011000110011001001011111100100101111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12FB1; }

 p { color: rgb(161,47,177); }

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

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

 a { background-color: rgb(161,47,177); }

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

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

 span { border-color: rgb(161,47,177); }

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