#A12FBE

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

Shades of Dark Orchid #A12FBE

Tints of Dark Orchid #A12FBE

Color information

#A12FBE (or 0xA12FBE) is unknown color: approx Dark Orchid. HEX triplet: A1, 2F and BE. RGB value is (161,47,190). Sum of RGB (Red+Green+Blue) = 161+47+190=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 47 (18.75% from 255 or 11.81% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #A12FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12FBE is #5ED041. Grayscale: #606060. Windows color (decimal): -6213698 or 12464033. OLE color: 12464033.

HSL color Cylindrical-coordinate representation of color #A12FBE: hue angle of 287.83º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A12FBE is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16147190-
CMYK0.150.7500.25
HSL287.83º60.34%46.47%-
HSV(B)287.83º75.26%74.51%-
XYZ25.0113.3349.97-
YUV97.39180.27173.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.45%
GREEN value IS 47 (18.75% from 255) = 11.81%
BLUE value IS 190 (74.61% from 255) = 47.74%
R=40.45%
G=11.81%
B=47.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal161471900.150.7500.25287.8360.3446.47
HexA12FBEF4B0191203c2e
Octal24157276171130314407456
Binary101000011011111011111011111001011011001100100000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12FBE; }

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

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

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

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

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

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

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

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