Html Css Color HEX #AA68AD Violet Blue

📋 copy color: '#AA68AD'

red 170 ◦ green 104 ◦ blue 173

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

Shades of Violet Blue #AA68AD

Tints of Violet Blue #AA68AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.7%

R = 38.03%
G = 23.27%
B = 38.7%

CMYK

 C value IS 0.02

 M value IS 0.40

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA68AD (or 0xAA68AD) is known color: Violet Blue. HEX triplet: AA, 68 and AD. RGB value is (170,104,173). Sum of RGB (Red+Green+Blue) = 170+104+173=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 104 (41.02% from 255 or 23.27% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA68AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA68AD is #559752. Grayscale: #838383. Windows color (decimal): -5609299 or 11364522. OLE color: 11364522.

HSL color Cylindrical-coordinate representation of color #AA68AD: hue angle of 297.39º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA68AD is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 104 173 -
CMYK 0.02 0.40 0 0.32
HSL 297.39º 0.3% 0.54% -
HSV(B) 297.39º 0.4% 0.68% -
XYZ 29.07 21.46 42.15 -
YUV 131.6 151.37 155.39 -
System Red Green Blue C M Y K H S L
Decimal 170 104 173 0.02 0.40 0 0.32 297.39 0.3 0.54
Hex AA 68 AD 2 28 0 20 129 1E 36
Octal 252 150 255 2 50 0 40 451 36 66
Binary 10101010 1101000 10101101 10 101000 0 100000 100101001 11110 110110

Color Harmonies of #AA68AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA68AD

Black with #AA68AD

Text Example


Text Example

White with #AA68AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA68AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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