Html Css Color HEX #AA449D Violet Blue

📋 copy color: '#AA449D'

red 170 ◦ green 68 ◦ blue 157

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

Shades of Violet Blue #AA449D

Tints of Violet Blue #AA449D

RGB

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

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

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

R = 43.04%
G = 17.22%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA449D (or 0xAA449D) is known color: Violet Blue. HEX triplet: AA, 44 and 9D. RGB value is (170,68,157). Sum of RGB (Red+Green+Blue) = 170+68+157=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 68 (26.95% from 255 or 17.22% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA449D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA449D is #55BB62. Grayscale: #6C6C6C. Windows color (decimal): -5618531 or 10306730. OLE color: 10306730.

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

Color convert

RGB 170 68 157 -
CMYK 0 0.6 0.08 0.33
HSL 307.65º 0.43% 0.47% -
HSV(B) 307.65º 0.6% 0.67% -
XYZ 24.73 15.11 33.51 -
YUV 108.64 155.29 171.76 -
System Red Green Blue C M Y K H S L
Decimal 170 68 157 0 0.6 0.08 0.33 307.65 0.43 0.47
Hex AA 44 9D 0 3C 8 21 134 2B 2F
Octal 252 104 235 0 74 10 41 464 53 57
Binary 10101010 1000100 10011101 0 111100 1000 100001 100110100 101011 101111

Color Harmonies of #AA449D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA449D

Black with #AA449D

Text Example


Text Example

White with #AA449D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA449D; }

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

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

background-color css

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

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

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

border-color css

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

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

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