Html Css Color HEX #AA07BC Dark Violet

📋 copy color: '#AA07BC'

red 170 ◦ green 7 ◦ blue 188

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

Shades of Dark Violet #AA07BC

Tints of Dark Violet #AA07BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.51%

R = 46.58%
G = 1.92%
B = 51.51%

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

#AA07BC (or 0xAA07BC) is known color: Dark Violet. HEX triplet: AA, 07 and BC. RGB value is (170,7,188). Sum of RGB (Red+Green+Blue) = 170+7+188=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 7 (3.12% from 255 or 1.92% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA07BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA07BC is #55F843. Grayscale: #4B4B4B. Windows color (decimal): -5634116 or 12322730. OLE color: 12322730.

HSL color Cylindrical-coordinate representation of color #AA07BC: hue angle of 294.03º 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 #AA07BC is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 7 188 -
CMYK 0.10 0.96 0 0.26
HSL 294.03º 0.93% 0.38% -
HSV(B) 294.03º 0.96% 0.74% -
XYZ 25.73 12.33 48.6 -
YUV 76.37 191 194.78 -
System Red Green Blue C M Y K H S L
Decimal 170 7 188 0.10 0.96 0 0.26 294.03 0.93 0.38
Hex AA 7 BC A 60 0 1A 126 5D 26
Octal 252 7 274 12 140 0 32 446 135 46
Binary 10101010 111 10111100 1010 1100000 0 11010 100100110 1011101 100110

Color Harmonies of #AA07BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA07BC

Black with #AA07BC

Text Example


Text Example

White with #AA07BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA07BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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