Html Css Color HEX #A406AF Dark Violet

📋 copy color: '#A406AF'

red 164 ◦ green 6 ◦ blue 175

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

Shades of Dark Violet #A406AF

Tints of Dark Violet #A406AF

RGB

 RED value IS 164 (64.45% from 255) = 47.54%

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

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

R = 47.54%
G = 1.74%
B = 50.72%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A406AF (or 0xA406AF) is known color: Dark Violet. HEX triplet: A4, 06 and AF. RGB value is (164,6,175). Sum of RGB (Red+Green+Blue) = 164+6+175=345 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.54% from 345); Green value is 6 (2.73% from 255 or 1.74% from 345); Blue value is 175 (68.75% from 255 or 50.72% from 345); Max value from RGB is 175 - color contains mainly: blue. Hex color #A406AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A406AF is #5BF950. Grayscale: #474747. Windows color (decimal): -6027601 or 11470500. OLE color: 11470500.

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

Color convert

RGB 164 6 175 -
CMYK 0.06 0.97 0 0.31
HSL 296.09º 0.93% 0.35% -
HSV(B) 296.09º 0.97% 0.69% -
XYZ 23.11 11.12 41.49 -
YUV 72.51 185.85 193.26 -
System Red Green Blue C M Y K H S L
Decimal 164 6 175 0.06 0.97 0 0.31 296.09 0.93 0.35
Hex A4 6 AF 6 61 0 1F 128 5D 23
Octal 244 6 257 6 141 0 37 450 135 43
Binary 10100100 110 10101111 110 1100001 0 11111 100101000 1011101 100011

Color Harmonies of #A406AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A406AF

Black with #A406AF

Text Example


Text Example

White with #A406AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A406AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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