Html Css Color HEX #AA63AB Violet Blue

📋 copy color: '#AA63AB'

red 170 ◦ green 99 ◦ blue 171

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

Shades of Violet Blue #AA63AB

Tints of Violet Blue #AA63AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.86%

R = 38.64%
G = 22.5%
B = 38.86%

CMYK

 C value IS 0.01

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA63AB (or 0xAA63AB) is known color: Violet Blue. HEX triplet: AA, 63 and AB. RGB value is (170,99,171). Sum of RGB (Red+Green+Blue) = 170+99+171=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 99 (39.06% from 255 or 22.5% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA63AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA63AB is #559C54. Grayscale: #808080. Windows color (decimal): -5610581 or 11232170. OLE color: 11232170.

HSL color Cylindrical-coordinate representation of color #AA63AB: hue angle of 299.17º degrees, saturation: 0.3, 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 #AA63AB is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 99 171 -
CMYK 0.01 0.42 0 0.33
HSL 299.17º 0.3% 0.53% -
HSV(B) 299.17º 0.42% 0.67% -
XYZ 28.39 20.41 40.97 -
YUV 128.44 152.02 157.65 -
System Red Green Blue C M Y K H S L
Decimal 170 99 171 0.01 0.42 0 0.33 299.17 0.3 0.53
Hex AA 63 AB 1 2A 0 21 12B 1E 35
Octal 252 143 253 1 52 0 41 453 36 65
Binary 10101010 1100011 10101011 1 101010 0 100001 100101011 11110 110101

Color Harmonies of #AA63AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA63AB

Black with #AA63AB

Text Example


Text Example

White with #AA63AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA63AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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