Html Css Color HEX #AA4499 Violet Blue

📋 copy color: '#AA4499'

red 170 ◦ green 68 ◦ blue 153

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

Shades of Violet Blue #AA4499

Tints of Violet Blue #AA4499

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.39%

 BLUE value IS 153 (60.16% from 255) = 39.13%

R = 43.48%
G = 17.39%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#AA4499 (or 0xAA4499) is known color: Violet Blue. HEX triplet: AA, 44 and 99. RGB value is (170,68,153). Sum of RGB (Red+Green+Blue) = 170+68+153=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 68 (26.95% from 255 or 17.39% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4499 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4499 is #55BB66. Grayscale: #6B6B6B. Windows color (decimal): -5618535 or 10044586. OLE color: 10044586.

HSL color Cylindrical-coordinate representation of color #AA4499: hue angle of 310º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA4499 is Cyan = 0, Magento = 0.6, Yellow = 0.1 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 68 153 -
CMYK 0 0.6 0.1 0.33
HSL 310º 0.43% 0.47% -
HSV(B) 310º 0.6% 0.67% -
XYZ 24.39 14.98 31.74 -
YUV 108.19 153.29 172.09 -
System Red Green Blue C M Y K H S L
Decimal 170 68 153 0 0.6 0.1 0.33 310 0.43 0.47
Hex AA 44 99 0 3C A 21 136 2B 2F
Octal 252 104 231 0 74 12 41 466 53 57
Binary 10101010 1000100 10011001 0 111100 1010 100001 100110110 101011 101111

Color Harmonies of #AA4499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4499

Black with #AA4499

Text Example


Text Example

White with #AA4499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4499; }

 p { color: rgb(170,68,153); }

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

background-color css

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

 a { background-color: rgb(170,68,153); }

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

border-color css

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

 span { border-color: rgb(170,68,153); }

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