Html Css Color HEX #AA459D Violet Blue

📋 copy color: '#AA459D'

red 170 ◦ green 69 ◦ blue 157

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

Shades of Violet Blue #AA459D

Tints of Violet Blue #AA459D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.42%

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

R = 42.93%
G = 17.42%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA459D (or 0xAA459D) is known color: Violet Blue. HEX triplet: AA, 45 and 9D. RGB value is (170,69,157). Sum of RGB (Red+Green+Blue) = 170+69+157=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 69 (27.34% from 255 or 17.42% from 396); Blue value is 157 (61.72% from 255 or 39.65% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA459D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA459D is #55BA62. Grayscale: #6C6C6C. Windows color (decimal): -5618275 or 10306986. OLE color: 10306986.

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

Color convert

RGB 170 69 157 -
CMYK 0 0.59 0.08 0.33
HSL 307.72º 0.42% 0.47% -
HSV(B) 307.72º 0.59% 0.67% -
XYZ 24.79 15.24 33.53 -
YUV 109.23 154.96 171.34 -
System Red Green Blue C M Y K H S L
Decimal 170 69 157 0 0.59 0.08 0.33 307.72 0.42 0.47
Hex AA 45 9D 0 3B 8 21 134 2A 2F
Octal 252 105 235 0 73 10 41 464 52 57
Binary 10101010 1000101 10011101 0 111011 1000 100001 100110100 101010 101111

Color Harmonies of #AA459D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA459D

Black with #AA459D

Text Example


Text Example

White with #AA459D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA459D; }

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

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

background-color css

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

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

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

border-color css

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

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

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