Html Css Color HEX #A004AF Dark Violet

📋 copy color: '#A004AF'

red 160 ◦ green 4 ◦ blue 175

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

Shades of Dark Violet #A004AF

Tints of Dark Violet #A004AF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.18%

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

R = 47.2%
G = 1.18%
B = 51.62%

CMYK

 C value IS 0.09

 M value IS 0.98

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A004AF (or 0xA004AF) is known color: Dark Violet. HEX triplet: A0, 04 and AF. RGB value is (160,4,175). Sum of RGB (Red+Green+Blue) = 160+4+175=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 4 (1.95% from 255 or 1.18% from 339); Blue value is 175 (68.75% from 255 or 51.62% from 339); Max value from RGB is 175 - color contains mainly: blue. Hex color #A004AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A004AF is #5FFB50. Grayscale: #454545. Windows color (decimal): -6290257 or 11469984. OLE color: 11469984.

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

Color convert

RGB 160 4 175 -
CMYK 0.09 0.98 0 0.31
HSL 294.74º 0.96% 0.35% -
HSV(B) 294.74º 0.98% 0.69% -
XYZ 22.28 10.66 41.44 -
YUV 70.14 187.18 192.1 -
System Red Green Blue C M Y K H S L
Decimal 160 4 175 0.09 0.98 0 0.31 294.74 0.96 0.35
Hex A0 4 AF 9 62 0 1F 127 60 23
Octal 240 4 257 11 142 0 37 447 140 43
Binary 10100000 100 10101111 1001 1100010 0 11111 100100111 1100000 100011

Color Harmonies of #A004AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A004AF

Black with #A004AF

Text Example


Text Example

White with #A004AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A004AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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