Html Css Color HEX #AA61A8 Violet Blue

📋 copy color: '#AA61A8'

red 170 ◦ green 97 ◦ blue 168

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

Shades of Violet Blue #AA61A8

Tints of Violet Blue #AA61A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.62%

R = 39.08%
G = 22.3%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AA61A8 (or 0xAA61A8) is known color: Violet Blue. HEX triplet: AA, 61 and A8. RGB value is (170,97,168). Sum of RGB (Red+Green+Blue) = 170+97+168=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 97 (38.28% from 255 or 22.30% from 435); Blue value is 168 (66.02% from 255 or 38.62% from 435); Max value from RGB is 170 - color contains mainly: red. Hex color #AA61A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA61A8 is #559E57. Grayscale: #7E7E7E. Windows color (decimal): -5611096 or 11035050. OLE color: 11035050.

HSL color Cylindrical-coordinate representation of color #AA61A8: hue angle of 301.64º 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 #AA61A8 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 97 168 -
CMYK 0 0.43 0.01 0.33
HSL 301.64º 0.3% 0.52% -
HSV(B) 301.64º 0.43% 0.67% -
XYZ 27.92 19.92 39.42 -
YUV 126.92 151.18 158.73 -
System Red Green Blue C M Y K H S L
Decimal 170 97 168 0 0.43 0.01 0.33 301.64 0.3 0.52
Hex AA 61 A8 0 2B 1 21 12E 1E 34
Octal 252 141 250 0 53 1 41 456 36 64
Binary 10101010 1100001 10101000 0 101011 1 100001 100101110 11110 110100

Color Harmonies of #AA61A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA61A8

Black with #AA61A8

Text Example


Text Example

White with #AA61A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA61A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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