#A12CCF

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

Shades of Dark Orchid #A12CCF

Tints of Dark Orchid #A12CCF

Color information

#A12CCF (or 0xA12CCF) is unknown color: approx Dark Orchid. HEX triplet: A1, 2C and CF. RGB value is (161,44,207). Sum of RGB (Red+Green+Blue) = 161+44+207=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 44 (17.58% from 255 or 10.68% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #A12CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12CCF is #5ED330. Grayscale: #616161. Windows color (decimal): -6214449 or 13577377. OLE color: 13577377.

HSL color Cylindrical-coordinate representation of color #A12CCF: hue angle of 283.07º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A12CCF is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16144207-
CMYK0.220.7900.19
HSL283.07º64.94%49.22%-
HSV(B)283.07º78.74%81.18%-
XYZ26.8613.8860.3-
YUV97.56189.76173.25-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.08%
GREEN value IS 44 (17.58% from 255) = 10.68%
BLUE value IS 207 (81.25% from 255) = 50.24%
R=39.08%
G=10.68%
B=50.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal161442070.220.7900.19283.0764.9449.22
HexA12CCF164F01311b4131
Octal241543172611702343310161
Binary10100001101100110011111011010011110100111000110111000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12CCF; }

 p { color: rgb(161,44,207); }

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

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

 a { background-color: rgb(161,44,207); }

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

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

 span { border-color: rgb(161,44,207); }

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