Html Css Color HEX #AA449F Violet Blue

📋 copy color: '#AA449F'

red 170 ◦ green 68 ◦ blue 159

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

Shades of Violet Blue #AA449F

Tints of Violet Blue #AA449F

RGB

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

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

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

R = 42.82%
G = 17.13%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AA449F (or 0xAA449F) is known color: Violet Blue. HEX triplet: AA, 44 and 9F. RGB value is (170,68,159). Sum of RGB (Red+Green+Blue) = 170+68+159=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 68 (26.95% from 255 or 17.13% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA449F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA449F is #55BB60. Grayscale: #6C6C6C. Windows color (decimal): -5618529 or 10437802. OLE color: 10437802.

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

Color convert

RGB 170 68 159 -
CMYK 0 0.6 0.06 0.33
HSL 306.47º 0.43% 0.47% -
HSV(B) 306.47º 0.6% 0.67% -
XYZ 24.9 15.18 34.42 -
YUV 108.87 156.29 171.6 -
System Red Green Blue C M Y K H S L
Decimal 170 68 159 0 0.6 0.06 0.33 306.47 0.43 0.47
Hex AA 44 9F 0 3C 6 21 132 2B 2F
Octal 252 104 237 0 74 6 41 462 53 57
Binary 10101010 1000100 10011111 0 111100 110 100001 100110010 101011 101111

Color Harmonies of #AA449F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA449F

Black with #AA449F

Text Example


Text Example

White with #AA449F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA449F; }

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

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

background-color css

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

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

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

border-color css

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

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

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