#A12EBD

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

Shades of Dark Orchid #A12EBD

Tints of Dark Orchid #A12EBD

Color information

#A12EBD (or 0xA12EBD) is unknown color: approx Dark Orchid. HEX triplet: A1, 2E and BD. RGB value is (161,46,189). Sum of RGB (Red+Green+Blue) = 161+46+189=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 46 (18.36% from 255 or 11.62% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 189 - color contains mainly: blue. Hex color #A12EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12EBD is #5ED142. Grayscale: #606060. Windows color (decimal): -6213955 or 12398241. OLE color: 12398241.

HSL color Cylindrical-coordinate representation of color #A12EBD: hue angle of 288.25º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A12EBD is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16146189-
CMYK0.150.7600.26
HSL288.25º60.85%46.08%-
HSV(B)288.25º75.66%74.12%-
XYZ24.8613.2149.38-
YUV96.69180.1173.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.66%
GREEN value IS 46 (18.36% from 255) = 11.62%
BLUE value IS 189 (74.22% from 255) = 47.73%
R=40.66%
G=11.62%
B=47.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal161461890.150.7600.26288.2560.8546.08
HexA12EBDF4C01A1203d2e
Octal24156275171140324407556
Binary101000011011101011110111111001100011010100100000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12EBD; }

 p { color: rgb(161,46,189); }

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

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

 a { background-color: rgb(161,46,189); }

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

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

 span { border-color: rgb(161,46,189); }

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