Html Css Color HEX #AA01BF Dark Violet

📋 copy color: '#AA01BF'

red 170 ◦ green 1 ◦ blue 191

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

Shades of Dark Violet #AA01BF

Tints of Dark Violet #AA01BF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

 BLUE value IS 191 (75% from 255) = 52.76%

R = 46.96%
G = 0.28%
B = 52.76%

CMYK

 C value IS 0.11

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA01BF (or 0xAA01BF) is known color: Dark Violet. HEX triplet: AA, 01 and BF. RGB value is (170,1,191). Sum of RGB (Red+Green+Blue) = 170+1+191=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 1 (0.78% from 255 or 0.28% from 362); Blue value is 191 (75% from 255 or 52.76% from 362); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA01BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA01BF is #55FE40. Grayscale: #484848. Windows color (decimal): -5635649 or 12517802. OLE color: 12517802.

HSL color Cylindrical-coordinate representation of color #AA01BF: hue angle of 293.37º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA01BF is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 1 191 -
CMYK 0.11 0.99 0 0.25
HSL 293.37º 0.99% 0.38% -
HSV(B) 293.37º 0.99% 0.75% -
XYZ 25.99 12.33 50.3 -
YUV 73.19 194.49 197.05 -
System Red Green Blue C M Y K H S L
Decimal 170 1 191 0.11 0.99 0 0.25 293.37 0.99 0.38
Hex AA 1 BF B 63 0 19 125 63 26
Octal 252 1 277 13 143 0 31 445 143 46
Binary 10101010 1 10111111 1011 1100011 0 11001 100100101 1100011 100110

Color Harmonies of #AA01BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA01BF

Black with #AA01BF

Text Example


Text Example

White with #AA01BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA01BF; }

 p { color: rgb(170,1,191); }

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

background-color css

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

 a { background-color: rgb(170,1,191); }

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

border-color css

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

 span { border-color: rgb(170,1,191); }

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