Html Css Color HEX #A014AF Dark Violet

📋 copy color: '#A014AF'

red 160 ◦ green 20 ◦ blue 175

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

Shades of Dark Violet #A014AF

Tints of Dark Violet #A014AF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.63%

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

R = 45.07%
G = 5.63%
B = 49.3%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A014AF (or 0xA014AF) is known color: Dark Violet. HEX triplet: A0, 14 and AF. RGB value is (160,20,175). Sum of RGB (Red+Green+Blue) = 160+20+175=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 20 (8.20% from 255 or 5.63% from 355); Blue value is 175 (68.75% from 255 or 49.30% from 355); Max value from RGB is 175 - color contains mainly: blue. Hex color #A014AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A014AF is #5FEB50. Grayscale: #4F4F4F. Windows color (decimal): -6286161 or 11474080. OLE color: 11474080.

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

Color convert

RGB 160 20 175 -
CMYK 0.09 0.89 0 0.31
HSL 294.19º 0.79% 0.38% -
HSV(B) 294.19º 0.89% 0.69% -
XYZ 22.49 11.07 41.51 -
YUV 79.53 181.88 185.4 -
System Red Green Blue C M Y K H S L
Decimal 160 20 175 0.09 0.89 0 0.31 294.19 0.79 0.38
Hex A0 14 AF 9 59 0 1F 126 4F 26
Octal 240 24 257 11 131 0 37 446 117 46
Binary 10100000 10100 10101111 1001 1011001 0 11111 100100110 1001111 100110

Color Harmonies of #A014AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A014AF

Black with #A014AF

Text Example


Text Example

White with #A014AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A014AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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