Html Css Color HEX #AA01CF Dark Violet

📋 copy color: '#AA01CF'

red 170 ◦ green 1 ◦ blue 207

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

Shades of Dark Violet #AA01CF

Tints of Dark Violet #AA01CF

RGB

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

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

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

R = 44.97%
G = 0.26%
B = 54.76%

CMYK

 C value IS 0.18

 M value IS 1.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA01CF (or 0xAA01CF) is known color: Dark Violet. HEX triplet: AA, 01 and CF. RGB value is (170,1,207). Sum of RGB (Red+Green+Blue) = 170+1+207=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 1 (0.78% from 255 or 0.26% from 378); Blue value is 207 (81.25% from 255 or 54.76% from 378); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA01CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA01CF is #55FE30. Grayscale: #4A4A4A. Windows color (decimal): -5635633 or 13566378. OLE color: 13566378.

HSL color Cylindrical-coordinate representation of color #AA01CF: hue angle of 289.22º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA01CF is Cyan = 0.18, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 1 207 -
CMYK 0.18 1.00 0 0.19
HSL 289.22º 0.99% 0.41% -
HSV(B) 289.22º 1% 0.81% -
XYZ 27.85 13.07 60.09 -
YUV 75.02 202.49 195.75 -
System Red Green Blue C M Y K H S L
Decimal 170 1 207 0.18 1.00 0 0.19 289.22 0.99 0.41
Hex AA 1 CF 12 64 0 13 121 63 29
Octal 252 1 317 22 144 0 23 441 143 51
Binary 10101010 1 11001111 10010 1100100 0 10011 100100001 1100011 101001

Color Harmonies of #AA01CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA01CF

Black with #AA01CF

Text Example


Text Example

White with #AA01CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA01CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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