Html Css Color HEX #AA61AA Violet Blue

📋 copy color: '#AA61AA'

red 170 ◦ green 97 ◦ blue 170

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

Shades of Violet Blue #AA61AA

Tints of Violet Blue #AA61AA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.2%

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

R = 38.9%
G = 22.2%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA61AA (or 0xAA61AA) is known color: Violet Blue. HEX triplet: AA, 61 and AA. RGB value is (170,97,170). Sum of RGB (Red+Green+Blue) = 170+97+170=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 97 (38.28% from 255 or 22.20% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA61AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA61AA is #559E55. Grayscale: #7E7E7E. Windows color (decimal): -5611094 or 11166122. OLE color: 11166122.

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

Color convert

RGB 170 97 170 -
CMYK 0 0.43 0 0.33
HSL 300º 0.3% 0.52% -
HSV(B) 300º 0.43% 0.67% -
XYZ 28.11 20 40.41 -
YUV 127.15 152.18 158.56 -
System Red Green Blue C M Y K H S L
Decimal 170 97 170 0 0.43 0 0.33 300 0.3 0.52
Hex AA 61 AA 0 2B 0 21 12C 1E 34
Octal 252 141 252 0 53 0 41 454 36 64
Binary 10101010 1100001 10101010 0 101011 0 100001 100101100 11110 110100

Color Harmonies of #AA61AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA61AA

Black with #AA61AA

Text Example


Text Example

White with #AA61AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA61AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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