Html Css Color HEX #AA669D Violet Blue

📋 copy color: '#AA669D'

red 170 ◦ green 102 ◦ blue 157

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

Shades of Violet Blue #AA669D

Tints of Violet Blue #AA669D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.78%

 BLUE value IS 157 (61.72% from 255) = 36.6%

R = 39.63%
G = 23.78%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA669D (or 0xAA669D) is known color: Violet Blue. HEX triplet: AA, 66 and 9D. RGB value is (170,102,157). Sum of RGB (Red+Green+Blue) = 170+102+157=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AA669D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA669D is #559962. Grayscale: #808080. Windows color (decimal): -5609827 or 10315434. OLE color: 10315434.

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

Color convert

RGB 170 102 157 -
CMYK 0 0.4 0.08 0.33
HSL 311.47º 0.29% 0.53% -
HSV(B) 311.47º 0.4% 0.67% -
XYZ 27.41 20.48 34.41 -
YUV 128.6 144.03 157.53 -
System Red Green Blue C M Y K H S L
Decimal 170 102 157 0 0.4 0.08 0.33 311.47 0.29 0.53
Hex AA 66 9D 0 28 8 21 137 1D 35
Octal 252 146 235 0 50 10 41 467 35 65
Binary 10101010 1100110 10011101 0 101000 1000 100001 100110111 11101 110101

Color Harmonies of #AA669D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA669D

Black with #AA669D

Text Example


Text Example

White with #AA669D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA669D; }

 p { color: rgb(170,102,157); }

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

background-color css

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

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

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

border-color css

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

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

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