Html Css Color HEX #A006AF Dark Violet

📋 copy color: '#A006AF'

red 160 ◦ green 6 ◦ blue 175

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

Shades of Dark Violet #A006AF

Tints of Dark Violet #A006AF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.76%

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

R = 46.92%
G = 1.76%
B = 51.32%

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

#A006AF (or 0xA006AF) is known color: Dark Violet. HEX triplet: A0, 06 and AF. RGB value is (160,6,175). Sum of RGB (Red+Green+Blue) = 160+6+175=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 6 (2.73% from 255 or 1.76% from 341); Blue value is 175 (68.75% from 255 or 51.32% from 341); Max value from RGB is 175 - color contains mainly: blue. Hex color #A006AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A006AF is #5FF950. Grayscale: #464646. Windows color (decimal): -6289745 or 11470496. OLE color: 11470496.

HSL color Cylindrical-coordinate representation of color #A006AF: hue angle of 294.67º degrees, saturation: 0.93, 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 #A006AF is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 6 175 -
CMYK 0.09 0.97 0 0.31
HSL 294.67º 0.93% 0.35% -
HSV(B) 294.67º 0.97% 0.69% -
XYZ 22.3 10.7 41.45 -
YUV 71.31 186.52 191.26 -
System Red Green Blue C M Y K H S L
Decimal 160 6 175 0.09 0.97 0 0.31 294.67 0.93 0.35
Hex A0 6 AF 9 61 0 1F 127 5D 23
Octal 240 6 257 11 141 0 37 447 135 43
Binary 10100000 110 10101111 1001 1100001 0 11111 100100111 1011101 100011

Color Harmonies of #A006AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A006AF

Black with #A006AF

Text Example


Text Example

White with #A006AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A006AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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