Html Css Color HEX #AA06CF Dark Violet

📋 copy color: '#AA06CF'

red 170 ◦ green 6 ◦ blue 207

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

Shades of Dark Violet #AA06CF

Tints of Dark Violet #AA06CF

RGB

 RED value IS 170 (66.8% from 255) = 44.39%

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

 BLUE value IS 207 (81.25% from 255) = 54.05%

R = 44.39%
G = 1.57%
B = 54.05%

CMYK

 C value IS 0.18

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA06CF (or 0xAA06CF) is known color: Dark Violet. HEX triplet: AA, 06 and CF. RGB value is (170,6,207). Sum of RGB (Red+Green+Blue) = 170+6+207=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 6 (2.73% from 255 or 1.57% from 383); Blue value is 207 (81.25% from 255 or 54.05% from 383); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA06CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA06CF is #55F930. Grayscale: #4D4D4D. Windows color (decimal): -5634353 or 13567658. OLE color: 13567658.

HSL color Cylindrical-coordinate representation of color #AA06CF: hue angle of 288.96º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA06CF is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 6 207 -
CMYK 0.18 0.97 0 0.19
HSL 288.96º 0.94% 0.42% -
HSV(B) 288.96º 0.97% 0.81% -
XYZ 27.91 13.18 60.1 -
YUV 77.95 200.83 193.66 -
System Red Green Blue C M Y K H S L
Decimal 170 6 207 0.18 0.97 0 0.19 288.96 0.94 0.42
Hex AA 6 CF 12 61 0 13 121 5E 2A
Octal 252 6 317 22 141 0 23 441 136 52
Binary 10101010 110 11001111 10010 1100001 0 10011 100100001 1011110 101010

Color Harmonies of #AA06CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA06CF

Black with #AA06CF

Text Example


Text Example

White with #AA06CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA06CF; }

 p { color: rgb(170,6,207); }

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

background-color css

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

 a { background-color: rgb(170,6,207); }

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

border-color css

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

 span { border-color: rgb(170,6,207); }

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