Html Css Color HEX #AA619A Violet Blue

📋 copy color: '#AA619A'

red 170 ◦ green 97 ◦ blue 154

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

Shades of Violet Blue #AA619A

Tints of Violet Blue #AA619A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.58%

R = 40.38%
G = 23.04%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AA619A (or 0xAA619A) is known color: Violet Blue. HEX triplet: AA, 61 and 9A. RGB value is (170,97,154). Sum of RGB (Red+Green+Blue) = 170+97+154=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 97 (38.28% from 255 or 23.04% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 170 - color contains mainly: red. Hex color #AA619A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA619A is #559E65. Grayscale: #7D7D7D. Windows color (decimal): -5611110 or 10117546. OLE color: 10117546.

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

Color convert

RGB 170 97 154 -
CMYK 0 0.43 0.09 0.33
HSL 313.15º 0.3% 0.52% -
HSV(B) 313.15º 0.43% 0.67% -
XYZ 26.69 19.43 32.92 -
YUV 125.33 144.18 159.87 -
System Red Green Blue C M Y K H S L
Decimal 170 97 154 0 0.43 0.09 0.33 313.15 0.3 0.52
Hex AA 61 9A 0 2B 9 21 139 1E 34
Octal 252 141 232 0 53 11 41 471 36 64
Binary 10101010 1100001 10011010 0 101011 1001 100001 100111001 11110 110100

Color Harmonies of #AA619A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA619A

Black with #AA619A

Text Example


Text Example

White with #AA619A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA619A; }

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

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

background-color css

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

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

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

border-color css

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

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

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