Html Css Color HEX #AA4A98 Violet Blue

📋 copy color: '#AA4A98'

red 170 ◦ green 74 ◦ blue 152

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

Shades of Violet Blue #AA4A98

Tints of Violet Blue #AA4A98

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.69%

 BLUE value IS 152 (59.77% from 255) = 38.38%

R = 42.93%
G = 18.69%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AA4A98 (or 0xAA4A98) is known color: Violet Blue. HEX triplet: AA, 4A and 98. RGB value is (170,74,152). Sum of RGB (Red+Green+Blue) = 170+74+152=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 74 (29.30% from 255 or 18.69% from 396); Blue value is 152 (59.77% from 255 or 38.38% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4A98 is #55B567. Grayscale: #6F6F6F. Windows color (decimal): -5617000 or 9980586. OLE color: 9980586.

HSL color Cylindrical-coordinate representation of color #AA4A98: hue angle of 311.25º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA4A98 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 74 152 -
CMYK 0 0.56 0.11 0.33
HSL 311.25º 0.39% 0.48% -
HSV(B) 311.25º 0.56% 0.67% -
XYZ 24.69 15.71 31.44 -
YUV 111.6 150.8 169.66 -
System Red Green Blue C M Y K H S L
Decimal 170 74 152 0 0.56 0.11 0.33 311.25 0.39 0.48
Hex AA 4A 98 0 38 B 21 137 27 30
Octal 252 112 230 0 70 13 41 467 47 60
Binary 10101010 1001010 10011000 0 111000 1011 100001 100110111 100111 110000

Color Harmonies of #AA4A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4A98

Black with #AA4A98

Text Example


Text Example

White with #AA4A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4A98; }

 p { color: rgb(170,74,152); }

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

background-color css

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

 a { background-color: rgb(170,74,152); }

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

border-color css

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

 span { border-color: rgb(170,74,152); }

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