Html Css Color HEX #AA449B Violet Blue

📋 copy color: '#AA449B'

red 170 ◦ green 68 ◦ blue 155

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

Shades of Violet Blue #AA449B

Tints of Violet Blue #AA449B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.44%

R = 43.26%
G = 17.3%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AA449B (or 0xAA449B) is known color: Violet Blue. HEX triplet: AA, 44 and 9B. RGB value is (170,68,155). Sum of RGB (Red+Green+Blue) = 170+68+155=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 68 (26.95% from 255 or 17.30% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA449B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA449B is #55BB64. Grayscale: #6C6C6C. Windows color (decimal): -5618533 or 10175658. OLE color: 10175658.

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

Color convert

RGB 170 68 155 -
CMYK 0 0.6 0.09 0.33
HSL 308.82º 0.43% 0.47% -
HSV(B) 308.82º 0.6% 0.67% -
XYZ 24.56 15.05 32.62 -
YUV 108.42 154.29 171.93 -
System Red Green Blue C M Y K H S L
Decimal 170 68 155 0 0.6 0.09 0.33 308.82 0.43 0.47
Hex AA 44 9B 0 3C 9 21 135 2B 2F
Octal 252 104 233 0 74 11 41 465 53 57
Binary 10101010 1000100 10011011 0 111100 1001 100001 100110101 101011 101111

Color Harmonies of #AA449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA449B

Black with #AA449B

Text Example


Text Example

White with #AA449B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA449B; }

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

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

background-color css

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

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

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

border-color css

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

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

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