Html Css Color HEX #AA619F Violet Blue

📋 copy color: '#AA619F'

red 170 ◦ green 97 ◦ blue 159

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

Shades of Violet Blue #AA619F

Tints of Violet Blue #AA619F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.32%

R = 39.91%
G = 22.77%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AA619F (or 0xAA619F) is known color: Violet Blue. HEX triplet: AA, 61 and 9F. RGB value is (170,97,159). Sum of RGB (Red+Green+Blue) = 170+97+159=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 97 (38.28% from 255 or 22.77% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 170 - color contains mainly: red. Hex color #AA619F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA619F is #559E60. Grayscale: #7D7D7D. Windows color (decimal): -5611105 or 10445226. OLE color: 10445226.

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

Color convert

RGB 170 97 159 -
CMYK 0 0.43 0.06 0.33
HSL 309.04º 0.3% 0.52% -
HSV(B) 309.04º 0.43% 0.67% -
XYZ 27.11 19.6 35.15 -
YUV 125.9 146.68 159.46 -
System Red Green Blue C M Y K H S L
Decimal 170 97 159 0 0.43 0.06 0.33 309.04 0.3 0.52
Hex AA 61 9F 0 2B 6 21 135 1E 34
Octal 252 141 237 0 53 6 41 465 36 64
Binary 10101010 1100001 10011111 0 101011 110 100001 100110101 11110 110100

Color Harmonies of #AA619F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA619F

Black with #AA619F

Text Example


Text Example

White with #AA619F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA619F; }

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

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

background-color css

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

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

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

border-color css

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

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

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