Html Css Color HEX #A002AF Dark Violet

📋 copy color: '#A002AF'

red 160 ◦ green 2 ◦ blue 175

#A002AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #A002AF

Tints of Dark Violet #A002AF

RGB

 RED value IS 160 (62.89% from 255) = 47.48%

 GREEN value IS 2 (1.17% from 255) = 0.59%

 BLUE value IS 175 (68.75% from 255) = 51.93%

R = 47.48%
G = 0.59%
B = 51.93%

CMYK

 C value IS 0.09

 M value IS 0.99

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A002AF (or 0xA002AF) is known color: Dark Violet. HEX triplet: A0, 02 and AF. RGB value is (160,2,175). Sum of RGB (Red+Green+Blue) = 160+2+175=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 2 (1.17% from 255 or 0.59% from 337); Blue value is 175 (68.75% from 255 or 51.93% from 337); Max value from RGB is 175 - color contains mainly: blue. Hex color #A002AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A002AF is #5FFD50. Grayscale: #444444. Windows color (decimal): -6290769 or 11469472. OLE color: 11469472.

HSL color Cylindrical-coordinate representation of color #A002AF: hue angle of 294.8º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A002AF is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 2 175 -
CMYK 0.09 0.99 0 0.31
HSL 294.8º 0.98% 0.35% -
HSV(B) 294.8º 0.99% 0.69% -
XYZ 22.26 10.61 41.43 -
YUV 68.96 187.85 192.93 -
System Red Green Blue C M Y K H S L
Decimal 160 2 175 0.09 0.99 0 0.31 294.8 0.98 0.35
Hex A0 2 AF 9 63 0 1F 127 62 23
Octal 240 2 257 11 143 0 37 447 142 43
Binary 10100000 10 10101111 1001 1100011 0 11111 100100111 1100010 100011

Color Harmonies of #A002AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A002AF

Black with #A002AF

Text Example


Text Example

White with #A002AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A002AF; }

 p { color: rgb(160,2,175); }

 H1.HeaderClassName
 {
   color: #A002AF;
 }
 .AnyTagClassName
 {
   color: #A002AF;
 }
</style>

background-color css

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

 a { background-color: rgb(160,2,175); }

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

border-color css

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

 span { border-color: rgb(160,2,175); }

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