Html Css Color HEX #AA68AE Violet Blue

📋 copy color: '#AA68AE'

red 170 ◦ green 104 ◦ blue 174

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

Shades of Violet Blue #AA68AE

Tints of Violet Blue #AA68AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.84%

R = 37.95%
G = 23.21%
B = 38.84%

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

#AA68AE (or 0xAA68AE) is known color: Violet Blue. HEX triplet: AA, 68 and AE. RGB value is (170,104,174). Sum of RGB (Red+Green+Blue) = 170+104+174=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 104 (41.02% from 255 or 23.21% from 448); Blue value is 174 (68.36% from 255 or 38.84% from 448); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA68AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA68AE is #559751. Grayscale: #838383. Windows color (decimal): -5609298 or 11430058. OLE color: 11430058.

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

Color convert

RGB 170 104 174 -
CMYK 0.02 0.40 0 0.32
HSL 296.57º 0.3% 0.55% -
HSV(B) 296.57º 0.4% 0.68% -
XYZ 29.17 21.5 42.66 -
YUV 131.71 151.87 155.31 -
System Red Green Blue C M Y K H S L
Decimal 170 104 174 0.02 0.40 0 0.32 296.57 0.3 0.55
Hex AA 68 AE 2 28 0 20 129 1E 37
Octal 252 150 256 2 50 0 40 451 36 67
Binary 10101010 1101000 10101110 10 101000 0 100000 100101001 11110 110111

Color Harmonies of #AA68AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA68AE

Black with #AA68AE

Text Example


Text Example

White with #AA68AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA68AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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