Html Css Color HEX #AA01BC Dark Violet

📋 copy color: '#AA01BC'

red 170 ◦ green 1 ◦ blue 188

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

Shades of Dark Violet #AA01BC

Tints of Dark Violet #AA01BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.37%

R = 47.35%
G = 0.28%
B = 52.37%

CMYK

 C value IS 0.10

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA01BC (or 0xAA01BC) is known color: Dark Violet. HEX triplet: AA, 01 and BC. RGB value is (170,1,188). Sum of RGB (Red+Green+Blue) = 170+1+188=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 1 (0.78% from 255 or 0.28% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA01BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA01BC is #55FE43. Grayscale: #484848. Windows color (decimal): -5635652 or 12321194. OLE color: 12321194.

HSL color Cylindrical-coordinate representation of color #AA01BC: hue angle of 294.22º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA01BC is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 1 188 -
CMYK 0.10 0.99 0 0.26
HSL 294.22º 0.99% 0.37% -
HSV(B) 294.22º 0.99% 0.74% -
XYZ 25.67 12.2 48.58 -
YUV 72.85 192.99 197.29 -
System Red Green Blue C M Y K H S L
Decimal 170 1 188 0.10 0.99 0 0.26 294.22 0.99 0.37
Hex AA 1 BC A 63 0 1A 126 63 25
Octal 252 1 274 12 143 0 32 446 143 45
Binary 10101010 1 10111100 1010 1100011 0 11010 100100110 1100011 100101

Color Harmonies of #AA01BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA01BC

Black with #AA01BC

Text Example


Text Example

White with #AA01BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA01BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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