Html Css Color HEX #A010AF Dark Violet

📋 copy color: '#A010AF'

red 160 ◦ green 16 ◦ blue 175

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

Shades of Dark Violet #A010AF

Tints of Dark Violet #A010AF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.56%

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

R = 45.58%
G = 4.56%
B = 49.86%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A010AF (or 0xA010AF) is known color: Dark Violet. HEX triplet: A0, 10 and AF. RGB value is (160,16,175). Sum of RGB (Red+Green+Blue) = 160+16+175=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 16 (6.64% from 255 or 4.56% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #A010AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A010AF is #5FEF50. Grayscale: #4C4C4C. Windows color (decimal): -6287185 or 11473056. OLE color: 11473056.

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

Color convert

RGB 160 16 175 -
CMYK 0.09 0.91 0 0.31
HSL 294.34º 0.83% 0.37% -
HSV(B) 294.34º 0.91% 0.69% -
XYZ 22.42 10.94 41.49 -
YUV 77.18 183.21 187.07 -
System Red Green Blue C M Y K H S L
Decimal 160 16 175 0.09 0.91 0 0.31 294.34 0.83 0.37
Hex A0 10 AF 9 5B 0 1F 126 53 25
Octal 240 20 257 11 133 0 37 446 123 45
Binary 10100000 10000 10101111 1001 1011011 0 11111 100100110 1010011 100101

Color Harmonies of #A010AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A010AF

Black with #A010AF

Text Example


Text Example

White with #A010AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A010AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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