Html Css Color HEX #AA00CF Dark Violet

📋 copy color: '#AA00CF'

red 170 ◦ green 0 ◦ blue 207

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

Shades of Dark Violet #AA00CF

Tints of Dark Violet #AA00CF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 45.09%
G = 0%
B = 54.91%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA00CF (or 0xAA00CF) is known color: Dark Violet. HEX triplet: AA, 00 and CF. RGB value is (170,0,207). Sum of RGB (Red+Green+Blue) = 170+0+207=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 0 (0.39% from 255 or 0% from 377); Blue value is 207 (81.25% from 255 or 54.91% from 377); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA00CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA00CF is #55FF30. Grayscale: #494949. Windows color (decimal): -5635889 or 13566122. OLE color: 13566122.

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

Color convert

RGB 170 0 207 -
CMYK 0.18 1 0 0.19
HSL 289.28º 1% 0.41% -
HSV(B) 289.28º 1% 0.81% -
XYZ 27.84 13.05 60.08 -
YUV 74.43 202.82 196.17 -
System Red Green Blue C M Y K H S L
Decimal 170 0 207 0.18 1 0 0.19 289.28 1 0.41
Hex AA 0 CF 12 64 0 13 121 64 29
Octal 252 0 317 22 144 0 23 441 144 51
Binary 10101010 0 11001111 10010 1100100 0 10011 100100001 1100100 101001

Color Harmonies of #AA00CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA00CF

Black with #AA00CF

Text Example


Text Example

White with #AA00CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA00CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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