Html Css Color HEX #AA07BD Dark Violet

📋 copy color: '#AA07BD'

red 170 ◦ green 7 ◦ blue 189

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

Shades of Dark Violet #AA07BD

Tints of Dark Violet #AA07BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 51.64%

R = 46.45%
G = 1.91%
B = 51.64%

CMYK

 C value IS 0.10

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA07BD (or 0xAA07BD) is known color: Dark Violet. HEX triplet: AA, 07 and BD. RGB value is (170,7,189). Sum of RGB (Red+Green+Blue) = 170+7+189=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 7 (3.12% from 255 or 1.91% from 366); Blue value is 189 (74.22% from 255 or 51.64% from 366); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA07BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA07BD is #55F842. Grayscale: #4B4B4B. Windows color (decimal): -5634115 or 12388266. OLE color: 12388266.

HSL color Cylindrical-coordinate representation of color #AA07BD: hue angle of 293.74º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA07BD is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 7 189 -
CMYK 0.10 0.96 0 0.26
HSL 293.74º 0.93% 0.38% -
HSV(B) 293.74º 0.96% 0.74% -
XYZ 25.84 12.37 49.17 -
YUV 76.49 191.5 194.7 -
System Red Green Blue C M Y K H S L
Decimal 170 7 189 0.10 0.96 0 0.26 293.74 0.93 0.38
Hex AA 7 BD A 60 0 1A 126 5D 26
Octal 252 7 275 12 140 0 32 446 135 46
Binary 10101010 111 10111101 1010 1100000 0 11010 100100110 1011101 100110

Color Harmonies of #AA07BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA07BD

Black with #AA07BD

Text Example


Text Example

White with #AA07BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA07BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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