#a119af

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

Shades of Dark Orchid #A119AF

Tints of Dark Orchid #A119AF

Color information

#A119AF (or 0xA119AF) is unknown color: approx Dark Orchid. HEX triplet: A1, 19 and AF. RGB value is (161,25,175). Sum of RGB (Red+Green+Blue) = 161+25+175=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 25 (10.16% from 255 or 6.93% from 361); Blue value is 175 (68.75% from 255 or 48.48% from 361); Max value from RGB is 175 - color contains mainly: blue. Hex color #A119AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A119AF is #5EE650. Grayscale: #525252. Windows color (decimal): -6219345 or 11475361. OLE color: 11475361.

HSL color Cylindrical-coordinate representation of color #A119AF: hue angle of 294.4º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A119AF is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16125175-
CMYK0.080.8600.31
HSL294.4º75%39.22%-
HSV(B)294.4º85.71%68.63%-
XYZ22.7811.3741.55-
YUV82.76180.06183.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.60%
GREEN value IS 25 (10.16% from 255) = 6.93%
BLUE value IS 175 (68.75% from 255) = 48.48%
R=44.60%
G=6.93%
B=48.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal161251750.080.8600.31294.47539.22
HexA119AF85601F1264b27
Octal241312571012603744611347
Binary101000011100110101111100010101100111111001001101001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a119af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a119af; }

 p { color: rgb(161,25,175); }

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

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

 a { background-color: rgb(161,25,175); }

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

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

 span { border-color: rgb(161,25,175); }

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