Html Css Color HEX #AA61AD Violet Blue

📋 copy color: '#AA61AD'

red 170 ◦ green 97 ◦ blue 173

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

Shades of Violet Blue #AA61AD

Tints of Violet Blue #AA61AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.32%

R = 38.64%
G = 22.05%
B = 39.32%

CMYK

 C value IS 0.02

 M value IS 0.44

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA61AD (or 0xAA61AD) is known color: Violet Blue. HEX triplet: AA, 61 and AD. RGB value is (170,97,173). Sum of RGB (Red+Green+Blue) = 170+97+173=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 97 (38.28% from 255 or 22.05% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA61AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA61AD is #559E52. Grayscale: #7F7F7F. Windows color (decimal): -5611091 or 11362730. OLE color: 11362730.

HSL color Cylindrical-coordinate representation of color #AA61AD: hue angle of 297.63º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA61AD is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 97 173 -
CMYK 0.02 0.44 0 0.32
HSL 297.63º 0.32% 0.53% -
HSV(B) 297.63º 0.44% 0.68% -
XYZ 28.4 20.11 41.92 -
YUV 127.49 153.68 158.32 -
System Red Green Blue C M Y K H S L
Decimal 170 97 173 0.02 0.44 0 0.32 297.63 0.32 0.53
Hex AA 61 AD 2 2C 0 20 12A 20 35
Octal 252 141 255 2 54 0 40 452 40 65
Binary 10101010 1100001 10101101 10 101100 0 100000 100101010 100000 110101

Color Harmonies of #AA61AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA61AD

Black with #AA61AD

Text Example


Text Example

White with #AA61AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA61AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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