Html Css Color HEX #AA69AA Violet Blue

📋 copy color: '#AA69AA'

red 170 ◦ green 105 ◦ blue 170

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

Shades of Violet Blue #AA69AA

Tints of Violet Blue #AA69AA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.6%

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

R = 38.2%
G = 23.6%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA69AA (or 0xAA69AA) is known color: Violet Blue. HEX triplet: AA, 69 and AA. RGB value is (170,105,170). Sum of RGB (Red+Green+Blue) = 170+105+170=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 105 (41.41% from 255 or 23.60% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA69AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA69AA is #559655. Grayscale: #838383. Windows color (decimal): -5609046 or 11168170. OLE color: 11168170.

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

Color convert

RGB 170 105 170 -
CMYK 0 0.38 0 0.33
HSL 300º 0.28% 0.54% -
HSV(B) 300º 0.38% 0.67% -
XYZ 28.88 21.55 40.67 -
YUV 131.85 149.53 155.21 -
System Red Green Blue C M Y K H S L
Decimal 170 105 170 0 0.38 0 0.33 300 0.28 0.54
Hex AA 69 AA 0 26 0 21 12C 1C 36
Octal 252 151 252 0 46 0 41 454 34 66
Binary 10101010 1101001 10101010 0 100110 0 100001 100101100 11100 110110

Color Harmonies of #AA69AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA69AA

Black with #AA69AA

Text Example


Text Example

White with #AA69AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA69AA; }

 p { color: rgb(170,105,170); }

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

background-color css

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

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

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

border-color css

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

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

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