Html Css Color HEX #AA68AB Violet Blue

📋 copy color: '#AA68AB'

red 170 ◦ green 104 ◦ blue 171

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

Shades of Violet Blue #AA68AB

Tints of Violet Blue #AA68AB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.37%

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

R = 38.2%
G = 23.37%
B = 38.43%

CMYK

 C value IS 0.01

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA68AB (or 0xAA68AB) is known color: Violet Blue. HEX triplet: AA, 68 and AB. RGB value is (170,104,171). Sum of RGB (Red+Green+Blue) = 170+104+171=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 104 (41.02% from 255 or 23.37% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA68AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA68AB is #559754. Grayscale: #838383. Windows color (decimal): -5609301 or 11233450. OLE color: 11233450.

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

Color convert

RGB 170 104 171 -
CMYK 0.01 0.39 0 0.33
HSL 299.1º 0.29% 0.54% -
HSV(B) 299.1º 0.39% 0.67% -
XYZ 28.88 21.39 41.13 -
YUV 131.37 150.37 155.55 -
System Red Green Blue C M Y K H S L
Decimal 170 104 171 0.01 0.39 0 0.33 299.1 0.29 0.54
Hex AA 68 AB 1 27 0 21 12B 1D 36
Octal 252 150 253 1 47 0 41 453 35 66
Binary 10101010 1101000 10101011 1 100111 0 100001 100101011 11101 110110

Color Harmonies of #AA68AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA68AB

Black with #AA68AB

Text Example


Text Example

White with #AA68AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA68AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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