Html Css Color HEX #AA6399 Violet Blue

📋 copy color: '#AA6399'

red 170 ◦ green 99 ◦ blue 153

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

Shades of Violet Blue #AA6399

Tints of Violet Blue #AA6399

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.46%

 BLUE value IS 153 (60.16% from 255) = 36.26%

R = 40.28%
G = 23.46%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#AA6399 (or 0xAA6399) is known color: Violet Blue. HEX triplet: AA, 63 and 99. RGB value is (170,99,153). Sum of RGB (Red+Green+Blue) = 170+99+153=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 99 (39.06% from 255 or 23.46% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6399 is #559C66. Grayscale: #7E7E7E. Windows color (decimal): -5610599 or 10052522. OLE color: 10052522.

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

Color convert

RGB 170 99 153 -
CMYK 0 0.42 0.1 0.33
HSL 314.37º 0.29% 0.53% -
HSV(B) 314.37º 0.42% 0.67% -
XYZ 26.79 19.77 32.54 -
YUV 126.39 143.02 159.11 -
System Red Green Blue C M Y K H S L
Decimal 170 99 153 0 0.42 0.1 0.33 314.37 0.29 0.53
Hex AA 63 99 0 2A A 21 13A 1D 35
Octal 252 143 231 0 52 12 41 472 35 65
Binary 10101010 1100011 10011001 0 101010 1010 100001 100111010 11101 110101

Color Harmonies of #AA6399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6399

Black with #AA6399

Text Example


Text Example

White with #AA6399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6399; }

 p { color: rgb(170,99,153); }

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

background-color css

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

 a { background-color: rgb(170,99,153); }

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

border-color css

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

 span { border-color: rgb(170,99,153); }

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