Html Css Color HEX #AA619D Violet Blue

📋 copy color: '#AA619D'

red 170 ◦ green 97 ◦ blue 157

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

Shades of Violet Blue #AA619D

Tints of Violet Blue #AA619D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.03%

R = 40.09%
G = 22.88%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA619D (or 0xAA619D) is known color: Violet Blue. HEX triplet: AA, 61 and 9D. RGB value is (170,97,157). Sum of RGB (Red+Green+Blue) = 170+97+157=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 97 (38.28% from 255 or 22.88% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AA619D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA619D is #559E62. Grayscale: #7D7D7D. Windows color (decimal): -5611107 or 10314154. OLE color: 10314154.

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

Color convert

RGB 170 97 157 -
CMYK 0 0.43 0.08 0.33
HSL 310.68º 0.3% 0.52% -
HSV(B) 310.68º 0.43% 0.67% -
XYZ 26.94 19.53 34.25 -
YUV 125.67 145.68 159.62 -
System Red Green Blue C M Y K H S L
Decimal 170 97 157 0 0.43 0.08 0.33 310.68 0.3 0.52
Hex AA 61 9D 0 2B 8 21 137 1E 34
Octal 252 141 235 0 53 10 41 467 36 64
Binary 10101010 1100001 10011101 0 101011 1000 100001 100110111 11110 110100

Color Harmonies of #AA619D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA619D

Black with #AA619D

Text Example


Text Example

White with #AA619D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA619D; }

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

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

background-color css

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

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

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

border-color css

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

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

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