Html Css Color HEX #AA07CB Dark Violet

📋 copy color: '#AA07CB'

red 170 ◦ green 7 ◦ blue 203

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

Shades of Dark Violet #AA07CB

Tints of Dark Violet #AA07CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.42%

R = 44.74%
G = 1.84%
B = 53.42%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA07CB (or 0xAA07CB) is known color: Dark Violet. HEX triplet: AA, 07 and CB. RGB value is (170,7,203). Sum of RGB (Red+Green+Blue) = 170+7+203=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 7 (3.12% from 255 or 1.84% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA07CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA07CB is #55F834. Grayscale: #4D4D4D. Windows color (decimal): -5634101 or 13305770. OLE color: 13305770.

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

Color convert

RGB 170 7 203 -
CMYK 0.16 0.97 0 0.20
HSL 289.9º 0.93% 0.41% -
HSV(B) 289.9º 0.97% 0.8% -
XYZ 27.43 13.01 57.57 -
YUV 78.08 198.5 193.56 -
System Red Green Blue C M Y K H S L
Decimal 170 7 203 0.16 0.97 0 0.20 289.9 0.93 0.41
Hex AA 7 CB 10 61 0 14 122 5D 29
Octal 252 7 313 20 141 0 24 442 135 51
Binary 10101010 111 11001011 10000 1100001 0 10100 100100010 1011101 101001

Color Harmonies of #AA07CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA07CB

Black with #AA07CB

Text Example


Text Example

White with #AA07CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA07CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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