#A208AF

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

Shades of Dark Violet #A208AF

Tints of Dark Violet #A208AF

Color information

#A208AF (or 0xA208AF) is unknown color: approx Dark Violet. HEX triplet: A2, 08 and AF. RGB value is (162,8,175). Sum of RGB (Red+Green+Blue) = 162+8+175=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 8 (3.52% from 255 or 2.32% from 345); Blue value is 175 (68.75% from 255 or 50.72% from 345); Max value from RGB is 175 - color contains mainly: blue. Hex color #A208AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A208AF is #5DF750. Grayscale: #484848. Windows color (decimal): -6158161 or 11471010. OLE color: 11471010.

HSL color Cylindrical-coordinate representation of color #A208AF: hue angle of 295.33º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A208AF is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1628175-
CMYK0.070.9500.31
HSL295.33º91.26%35.88%-
HSV(B)295.33º95.43%68.63%-
XYZ22.7210.9541.47-
YUV73.08185.52191.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.96%
GREEN value IS 8 (3.52% from 255) = 2.32%
BLUE value IS 175 (68.75% from 255) = 50.72%
R=46.96%
G=2.32%
B=50.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal16281750.070.9500.31295.3391.2635.88
HexA28AF75F01F1275b24
Octal24210257713703744713344
Binary1010001010001010111111110111110111111001001111011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A208AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A208AF; }

 p { color: rgb(162,8,175); }

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

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

 a { background-color: rgb(162,8,175); }

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

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

 span { border-color: rgb(162,8,175); }

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