Html Css Color HEX #AA5DAB Violet Blue

📋 copy color: '#AA5DAB'

red 170 ◦ green 93 ◦ blue 171

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

Shades of Violet Blue #AA5DAB

Tints of Violet Blue #AA5DAB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.43%

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

R = 39.17%
G = 21.43%
B = 39.4%

CMYK

 C value IS 0.01

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA5DAB (or 0xAA5DAB) is known color: Violet Blue. HEX triplet: AA, 5D and AB. RGB value is (170,93,171). Sum of RGB (Red+Green+Blue) = 170+93+171=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 93 (36.72% from 255 or 21.43% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA5DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5DAB is #55A254. Grayscale: #7C7C7C. Windows color (decimal): -5612117 or 11230634. OLE color: 11230634.

HSL color Cylindrical-coordinate representation of color #AA5DAB: hue angle of 299.23º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA5DAB is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 93 171 -
CMYK 0.01 0.46 0 0.33
HSL 299.23º 0.32% 0.52% -
HSV(B) 299.23º 0.46% 0.67% -
XYZ 27.84 19.32 40.79 -
YUV 124.92 154.01 160.16 -
System Red Green Blue C M Y K H S L
Decimal 170 93 171 0.01 0.46 0 0.33 299.23 0.32 0.52
Hex AA 5D AB 1 2E 0 21 12B 20 34
Octal 252 135 253 1 56 0 41 453 40 64
Binary 10101010 1011101 10101011 1 101110 0 100001 100101011 100000 110100

Color Harmonies of #AA5DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5DAB

Black with #AA5DAB

Text Example


Text Example

White with #AA5DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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