Html Css Color HEX #AA07DD Dark Violet

📋 copy color: '#AA07DD'

red 170 ◦ green 7 ◦ blue 221

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

Shades of Dark Violet #AA07DD

Tints of Dark Violet #AA07DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.53%

R = 42.71%
G = 1.76%
B = 55.53%

CMYK

 C value IS 0.23

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA07DD (or 0xAA07DD) is known color: Dark Violet. HEX triplet: AA, 07 and DD. RGB value is (170,7,221). Sum of RGB (Red+Green+Blue) = 170+7+221=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 7 (3.12% from 255 or 1.76% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA07DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA07DD is #55F822. Grayscale: #4F4F4F. Windows color (decimal): -5634083 or 14485418. OLE color: 14485418.

HSL color Cylindrical-coordinate representation of color #AA07DD: hue angle of 285.7º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA07DD is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 7 221 -
CMYK 0.23 0.97 0 0.13
HSL 285.7º 0.94% 0.45% -
HSV(B) 285.7º 0.97% 0.87% -
XYZ 29.7 13.92 69.53 -
YUV 80.13 207.5 192.1 -
System Red Green Blue C M Y K H S L
Decimal 170 7 221 0.23 0.97 0 0.13 285.7 0.94 0.45
Hex AA 7 DD 17 61 0 D 11E 5E 2D
Octal 252 7 335 27 141 0 15 436 136 55
Binary 10101010 111 11011101 10111 1100001 0 1101 100011110 1011110 101101

Color Harmonies of #AA07DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA07DD

Black with #AA07DD

Text Example


Text Example

White with #AA07DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA07DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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