Html Css Color HEX #AA40AA Violet Blue

📋 copy color: '#AA40AA'

red 170 ◦ green 64 ◦ blue 170

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

Shades of Violet Blue #AA40AA

Tints of Violet Blue #AA40AA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.84%

 BLUE value IS 170 (66.8% from 255) = 42.08%

R = 42.08%
G = 15.84%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA40AA (or 0xAA40AA) is known color: Violet Blue. HEX triplet: AA, 40 and AA. RGB value is (170,64,170). Sum of RGB (Red+Green+Blue) = 170+64+170=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 64 (25.39% from 255 or 15.84% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA40AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA40AA is #55BF55. Grayscale: #6B6B6B. Windows color (decimal): -5619542 or 11157674. OLE color: 11157674.

HSL color Cylindrical-coordinate representation of color #AA40AA: hue angle of 300º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA40AA is Cyan = 0, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 64 170 -
CMYK 0 0.62 0 0.33
HSL 300º 0.45% 0.46% -
HSV(B) 300º 0.62% 0.67% -
XYZ 25.67 15.12 39.59 -
YUV 107.78 163.12 172.38 -
System Red Green Blue C M Y K H S L
Decimal 170 64 170 0 0.62 0 0.33 300 0.45 0.46
Hex AA 40 AA 0 3E 0 21 12C 2D 2E
Octal 252 100 252 0 76 0 41 454 55 56
Binary 10101010 1000000 10101010 0 111110 0 100001 100101100 101101 101110

Color Harmonies of #AA40AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA40AA

Black with #AA40AA

Text Example


Text Example

White with #AA40AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA40AA; }

 p { color: rgb(170,64,170); }

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

background-color css

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

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

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

border-color css

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

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

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