Html Css Color HEX #AA63AC Violet Blue

📋 copy color: '#AA63AC'

red 170 ◦ green 99 ◦ blue 172

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

Shades of Violet Blue #AA63AC

Tints of Violet Blue #AA63AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39%

R = 38.55%
G = 22.45%
B = 39%

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

#AA63AC (or 0xAA63AC) is known color: Violet Blue. HEX triplet: AA, 63 and AC. RGB value is (170,99,172). Sum of RGB (Red+Green+Blue) = 170+99+172=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 99 (39.06% from 255 or 22.45% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA63AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA63AC is #559C53. Grayscale: #808080. Windows color (decimal): -5610580 or 11297706. OLE color: 11297706.

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

Color convert

RGB 170 99 172 -
CMYK 0.01 0.42 0 0.33
HSL 298.36º 0.31% 0.53% -
HSV(B) 298.36º 0.42% 0.67% -
XYZ 28.49 20.45 41.48 -
YUV 128.55 152.52 157.56 -
System Red Green Blue C M Y K H S L
Decimal 170 99 172 0.01 0.42 0 0.33 298.36 0.31 0.53
Hex AA 63 AC 1 2A 0 21 12A 1F 35
Octal 252 143 254 1 52 0 41 452 37 65
Binary 10101010 1100011 10101100 1 101010 0 100001 100101010 11111 110101

Color Harmonies of #AA63AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA63AC

Black with #AA63AC

Text Example


Text Example

White with #AA63AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA63AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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