Html Css Color HEX #AA419D Violet Blue

📋 copy color: '#AA419D'

red 170 ◦ green 65 ◦ blue 157

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

Shades of Violet Blue #AA419D

Tints of Violet Blue #AA419D

RGB

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

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

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

R = 43.37%
G = 16.58%
B = 40.05%

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

#AA419D (or 0xAA419D) is known color: Violet Blue. HEX triplet: AA, 41 and 9D. RGB value is (170,65,157). Sum of RGB (Red+Green+Blue) = 170+65+157=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 65 (25.78% from 255 or 16.58% from 392); Blue value is 157 (61.72% from 255 or 40.05% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA419D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA419D is #55BE62. Grayscale: #6A6A6A. Windows color (decimal): -5619299 or 10305962. OLE color: 10305962.

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

Color convert

RGB 170 65 157 -
CMYK 0 0.62 0.08 0.33
HSL 307.43º 0.45% 0.46% -
HSV(B) 307.43º 0.62% 0.67% -
XYZ 24.55 14.76 33.45 -
YUV 106.88 156.29 173.02 -
System Red Green Blue C M Y K H S L
Decimal 170 65 157 0 0.62 0.08 0.33 307.43 0.45 0.46
Hex AA 41 9D 0 3E 8 21 133 2D 2E
Octal 252 101 235 0 76 10 41 463 55 56
Binary 10101010 1000001 10011101 0 111110 1000 100001 100110011 101101 101110

Color Harmonies of #AA419D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA419D

Black with #AA419D

Text Example


Text Example

White with #AA419D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA419D; }

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

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

background-color css

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

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

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

border-color css

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

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

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