Html Css Color HEX #AA419B Violet Blue

📋 copy color: '#AA419B'

red 170 ◦ green 65 ◦ blue 155

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

Shades of Violet Blue #AA419B

Tints of Violet Blue #AA419B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.67%

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

R = 43.59%
G = 16.67%
B = 39.74%

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

#AA419B (or 0xAA419B) is known color: Violet Blue. HEX triplet: AA, 41 and 9B. RGB value is (170,65,155). Sum of RGB (Red+Green+Blue) = 170+65+155=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 65 (25.78% from 255 or 16.67% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA419B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA419B is #55BE64. Grayscale: #6A6A6A. Windows color (decimal): -5619301 or 10174890. OLE color: 10174890.

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

Color convert

RGB 170 65 155 -
CMYK 0 0.62 0.09 0.33
HSL 308.57º 0.45% 0.46% -
HSV(B) 308.57º 0.62% 0.67% -
XYZ 24.38 14.69 32.56 -
YUV 106.66 155.29 173.18 -
System Red Green Blue C M Y K H S L
Decimal 170 65 155 0 0.62 0.09 0.33 308.57 0.45 0.46
Hex AA 41 9B 0 3E 9 21 135 2D 2E
Octal 252 101 233 0 76 11 41 465 55 56
Binary 10101010 1000001 10011011 0 111110 1001 100001 100110101 101101 101110

Color Harmonies of #AA419B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA419B

Black with #AA419B

Text Example


Text Example

White with #AA419B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA419B; }

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

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

background-color css

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

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

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

border-color css

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

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

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