Html Css Color HEX #AA07CC Dark Violet

📋 copy color: '#AA07CC'

red 170 ◦ green 7 ◦ blue 204

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

Shades of Dark Violet #AA07CC

Tints of Dark Violet #AA07CC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.84%

 BLUE value IS 204 (80.08% from 255) = 53.54%

R = 44.62%
G = 1.84%
B = 53.54%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AA07CC (or 0xAA07CC) is known color: Dark Violet. HEX triplet: AA, 07 and CC. RGB value is (170,7,204). Sum of RGB (Red+Green+Blue) = 170+7+204=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 7 (3.12% from 255 or 1.84% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA07CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA07CC is #55F833. Grayscale: #4D4D4D. Windows color (decimal): -5634100 or 13371306. OLE color: 13371306.

HSL color Cylindrical-coordinate representation of color #AA07CC: hue angle of 289.64º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA07CC is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 7 204 -
CMYK 0.17 0.97 0 0.2
HSL 289.64º 0.93% 0.41% -
HSV(B) 289.64º 0.97% 0.8% -
XYZ 27.55 13.06 58.19 -
YUV 78.2 199 193.48 -
System Red Green Blue C M Y K H S L
Decimal 170 7 204 0.17 0.97 0 0.2 289.64 0.93 0.41
Hex AA 7 CC 11 61 0 14 122 5D 29
Octal 252 7 314 21 141 0 24 442 135 51
Binary 10101010 111 11001100 10001 1100001 0 10100 100100010 1011101 101001

Color Harmonies of #AA07CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA07CC

Black with #AA07CC

Text Example


Text Example

White with #AA07CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA07CC; }

 p { color: rgb(170,7,204); }

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

background-color css

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

 a { background-color: rgb(170,7,204); }

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

border-color css

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

 span { border-color: rgb(170,7,204); }

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