Html Css Color HEX #AA07C9 Dark Violet

📋 copy color: '#AA07C9'

red 170 ◦ green 7 ◦ blue 201

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

Shades of Dark Violet #AA07C9

Tints of Dark Violet #AA07C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 53.17%

R = 44.97%
G = 1.85%
B = 53.17%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AA07C9 (or 0xAA07C9) is known color: Dark Violet. HEX triplet: AA, 07 and C9. RGB value is (170,7,201). Sum of RGB (Red+Green+Blue) = 170+7+201=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 7 (3.12% from 255 or 1.85% from 378); Blue value is 201 (78.91% from 255 or 53.17% from 378); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA07C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA07C9 is #55F836. Grayscale: #4D4D4D. Windows color (decimal): -5634103 or 13174698. OLE color: 13174698.

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

Color convert

RGB 170 7 201 -
CMYK 0.15 0.97 0 0.21
HSL 290.41º 0.93% 0.41% -
HSV(B) 290.41º 0.97% 0.79% -
XYZ 27.2 12.92 56.32 -
YUV 77.85 197.5 193.73 -
System Red Green Blue C M Y K H S L
Decimal 170 7 201 0.15 0.97 0 0.21 290.41 0.93 0.41
Hex AA 7 C9 F 61 0 15 122 5D 29
Octal 252 7 311 17 141 0 25 442 135 51
Binary 10101010 111 11001001 1111 1100001 0 10101 100100010 1011101 101001

Color Harmonies of #AA07C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA07C9

Black with #AA07C9

Text Example


Text Example

White with #AA07C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA07C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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