Html Css Color HEX #AA07DF Dark Violet

📋 copy color: '#AA07DF'

red 170 ◦ green 7 ◦ blue 223

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

Shades of Dark Violet #AA07DF

Tints of Dark Violet #AA07DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.75%

R = 42.5%
G = 1.75%
B = 55.75%

CMYK

 C value IS 0.24

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA07DF (or 0xAA07DF) is known color: Dark Violet. HEX triplet: AA, 07 and DF. RGB value is (170,7,223). Sum of RGB (Red+Green+Blue) = 170+7+223=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 7 (3.12% from 255 or 1.75% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA07DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA07DF is #55F820. Grayscale: #4F4F4F. Windows color (decimal): -5634081 or 14616490. OLE color: 14616490.

HSL color Cylindrical-coordinate representation of color #AA07DF: hue angle of 285.28º 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 #AA07DF is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 7 223 -
CMYK 0.24 0.97 0 0.13
HSL 285.28º 0.94% 0.45% -
HSV(B) 285.28º 0.97% 0.87% -
XYZ 29.97 14.03 70.94 -
YUV 80.36 208.5 191.94 -
System Red Green Blue C M Y K H S L
Decimal 170 7 223 0.24 0.97 0 0.13 285.28 0.94 0.45
Hex AA 7 DF 18 61 0 D 11D 5E 2D
Octal 252 7 337 30 141 0 15 435 136 55
Binary 10101010 111 11011111 11000 1100001 0 1101 100011101 1011110 101101

Color Harmonies of #AA07DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA07DF

Black with #AA07DF

Text Example


Text Example

White with #AA07DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA07DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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