Html Css Color HEX #A005AF Dark Violet

📋 copy color: '#A005AF'

red 160 ◦ green 5 ◦ blue 175

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

Shades of Dark Violet #A005AF

Tints of Dark Violet #A005AF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.47%

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

R = 47.06%
G = 1.47%
B = 51.47%

CMYK

 C value IS 0.09

 M value IS 0.97

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A005AF (or 0xA005AF) is known color: Dark Violet. HEX triplet: A0, 05 and AF. RGB value is (160,5,175). Sum of RGB (Red+Green+Blue) = 160+5+175=340 (45% of max value = 765). Red value is 160 (62.89% from 255 or 47.06% from 340); Green value is 5 (2.34% from 255 or 1.47% from 340); Blue value is 175 (68.75% from 255 or 51.47% from 340); Max value from RGB is 175 - color contains mainly: blue. Hex color #A005AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A005AF is #5FFA50. Grayscale: #464646. Windows color (decimal): -6290001 or 11470240. OLE color: 11470240.

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

Color convert

RGB 160 5 175 -
CMYK 0.09 0.97 0 0.31
HSL 294.71º 0.94% 0.35% -
HSV(B) 294.71º 0.97% 0.69% -
XYZ 22.29 10.68 41.44 -
YUV 70.73 186.85 191.68 -
System Red Green Blue C M Y K H S L
Decimal 160 5 175 0.09 0.97 0 0.31 294.71 0.94 0.35
Hex A0 5 AF 9 61 0 1F 127 5E 23
Octal 240 5 257 11 141 0 37 447 136 43
Binary 10100000 101 10101111 1001 1100001 0 11111 100100111 1011110 100011

Color Harmonies of #A005AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A005AF

Black with #A005AF

Text Example


Text Example

White with #A005AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A005AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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