Html Css Color HEX #AA409D Violet Blue

📋 copy color: '#AA409D'

red 170 ◦ green 64 ◦ blue 157

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

Shades of Violet Blue #AA409D

Tints of Violet Blue #AA409D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.37%

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

R = 43.48%
G = 16.37%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA409D (or 0xAA409D) is known color: Violet Blue. HEX triplet: AA, 40 and 9D. RGB value is (170,64,157). Sum of RGB (Red+Green+Blue) = 170+64+157=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 64 (25.39% from 255 or 16.37% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA409D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA409D is #55BF62. Grayscale: #6A6A6A. Windows color (decimal): -5619555 or 10305706. OLE color: 10305706.

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

Color convert

RGB 170 64 157 -
CMYK 0 0.62 0.08 0.33
HSL 307.36º 0.45% 0.46% -
HSV(B) 307.36º 0.62% 0.67% -
XYZ 24.5 14.65 33.43 -
YUV 106.3 156.62 173.44 -
System Red Green Blue C M Y K H S L
Decimal 170 64 157 0 0.62 0.08 0.33 307.36 0.45 0.46
Hex AA 40 9D 0 3E 8 21 133 2D 2E
Octal 252 100 235 0 76 10 41 463 55 56
Binary 10101010 1000000 10011101 0 111110 1000 100001 100110011 101101 101110

Color Harmonies of #AA409D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA409D

Black with #AA409D

Text Example


Text Example

White with #AA409D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA409D; }

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

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

background-color css

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

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

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

border-color css

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

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

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