Html Css Color HEX #AA409B Violet Blue

📋 copy color: '#AA409B'

red 170 ◦ green 64 ◦ blue 155

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

Shades of Violet Blue #AA409B

Tints of Violet Blue #AA409B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.85%

R = 43.7%
G = 16.45%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AA409B (or 0xAA409B) is known color: Violet Blue. HEX triplet: AA, 40 and 9B. RGB value is (170,64,155). Sum of RGB (Red+Green+Blue) = 170+64+155=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 64 (25.39% from 255 or 16.45% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA409B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA409B is #55BF64. Grayscale: #696969. Windows color (decimal): -5619557 or 10174634. OLE color: 10174634.

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

Color convert

RGB 170 64 155 -
CMYK 0 0.62 0.09 0.33
HSL 308.49º 0.45% 0.46% -
HSV(B) 308.49º 0.62% 0.67% -
XYZ 24.33 14.58 32.54 -
YUV 106.07 155.62 173.6 -
System Red Green Blue C M Y K H S L
Decimal 170 64 155 0 0.62 0.09 0.33 308.49 0.45 0.46
Hex AA 40 9B 0 3E 9 21 134 2D 2E
Octal 252 100 233 0 76 11 41 464 55 56
Binary 10101010 1000000 10011011 0 111110 1001 100001 100110100 101101 101110

Color Harmonies of #AA409B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA409B

Black with #AA409B

Text Example


Text Example

White with #AA409B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA409B; }

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

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

background-color css

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

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

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

border-color css

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

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

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