Html Css Color HEX #AA469D Violet Blue

📋 copy color: '#AA469D'

red 170 ◦ green 70 ◦ blue 157

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

Shades of Violet Blue #AA469D

Tints of Violet Blue #AA469D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.63%

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

R = 42.82%
G = 17.63%
B = 39.55%

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

#AA469D (or 0xAA469D) is known color: Violet Blue. HEX triplet: AA, 46 and 9D. RGB value is (170,70,157). Sum of RGB (Red+Green+Blue) = 170+70+157=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 70 (27.73% from 255 or 17.63% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA469D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA469D is #55B962. Grayscale: #6D6D6D. Windows color (decimal): -5618019 or 10307242. OLE color: 10307242.

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

Color convert

RGB 170 70 157 -
CMYK 0 0.59 0.08 0.33
HSL 307.8º 0.42% 0.47% -
HSV(B) 307.8º 0.59% 0.67% -
XYZ 24.85 15.36 33.55 -
YUV 109.82 154.63 170.93 -
System Red Green Blue C M Y K H S L
Decimal 170 70 157 0 0.59 0.08 0.33 307.8 0.42 0.47
Hex AA 46 9D 0 3B 8 21 134 2A 2F
Octal 252 106 235 0 73 10 41 464 52 57
Binary 10101010 1000110 10011101 0 111011 1000 100001 100110100 101010 101111

Color Harmonies of #AA469D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA469D

Black with #AA469D

Text Example


Text Example

White with #AA469D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA469D; }

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

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

background-color css

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

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

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

border-color css

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

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

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