Html Css Color HEX #AA449E Violet Blue

📋 copy color: '#AA449E'

red 170 ◦ green 68 ◦ blue 158

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

Shades of Violet Blue #AA449E

Tints of Violet Blue #AA449E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.9%

R = 42.93%
G = 17.17%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AA449E (or 0xAA449E) is known color: Violet Blue. HEX triplet: AA, 44 and 9E. RGB value is (170,68,158). Sum of RGB (Red+Green+Blue) = 170+68+158=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 158 (62.11% from 255 or 39.90% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA449E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA449E is #55BB61. Grayscale: #6C6C6C. Windows color (decimal): -5618530 or 10372266. OLE color: 10372266.

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

Color convert

RGB 170 68 158 -
CMYK 0 0.6 0.07 0.33
HSL 307.06º 0.43% 0.47% -
HSV(B) 307.06º 0.6% 0.67% -
XYZ 24.82 15.15 33.96 -
YUV 108.76 155.79 171.68 -
System Red Green Blue C M Y K H S L
Decimal 170 68 158 0 0.6 0.07 0.33 307.06 0.43 0.47
Hex AA 44 9E 0 3C 7 21 133 2B 2F
Octal 252 104 236 0 74 7 41 463 53 57
Binary 10101010 1000100 10011110 0 111100 111 100001 100110011 101011 101111

Color Harmonies of #AA449E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA449E

Black with #AA449E

Text Example


Text Example

White with #AA449E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA449E; }

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

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

background-color css

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

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

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

border-color css

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

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

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