Html Css Color HEX #AA6498 Violet Blue

📋 copy color: '#AA6498'

red 170 ◦ green 100 ◦ blue 152

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

Shades of Violet Blue #AA6498

Tints of Violet Blue #AA6498

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.7%

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

R = 40.28%
G = 23.7%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AA6498 (or 0xAA6498) is known color: Violet Blue. HEX triplet: AA, 64 and 98. RGB value is (170,100,152). Sum of RGB (Red+Green+Blue) = 170+100+152=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 100 (39.45% from 255 or 23.70% from 422); Blue value is 152 (59.77% from 255 or 36.02% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6498 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6498 is #559B67. Grayscale: #7E7E7E. Windows color (decimal): -5610344 or 9987242. OLE color: 9987242.

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

Color convert

RGB 170 100 152 -
CMYK 0 0.41 0.11 0.33
HSL 315.43º 0.29% 0.53% -
HSV(B) 315.43º 0.41% 0.67% -
XYZ 26.8 19.93 32.14 -
YUV 126.86 142.19 158.77 -
System Red Green Blue C M Y K H S L
Decimal 170 100 152 0 0.41 0.11 0.33 315.43 0.29 0.53
Hex AA 64 98 0 29 B 21 13B 1D 35
Octal 252 144 230 0 51 13 41 473 35 65
Binary 10101010 1100100 10011000 0 101001 1011 100001 100111011 11101 110101

Color Harmonies of #AA6498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6498

Black with #AA6498

Text Example


Text Example

White with #AA6498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6498; }

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

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

background-color css

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

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

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

border-color css

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

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

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