Html Css Color HEX #AA669B Violet Blue

📋 copy color: '#AA669B'

red 170 ◦ green 102 ◦ blue 155

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

Shades of Violet Blue #AA669B

Tints of Violet Blue #AA669B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.3%

R = 39.81%
G = 23.89%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AA669B (or 0xAA669B) is known color: Violet Blue. HEX triplet: AA, 66 and 9B. RGB value is (170,102,155). Sum of RGB (Red+Green+Blue) = 170+102+155=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AA669B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA669B is #559964. Grayscale: #808080. Windows color (decimal): -5609829 or 10184362. OLE color: 10184362.

HSL color Cylindrical-coordinate representation of color #AA669B: hue angle of 313.24º 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 #AA669B is Cyan = 0, Magento = 0.4, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 102 155 -
CMYK 0 0.4 0.09 0.33
HSL 313.24º 0.29% 0.53% -
HSV(B) 313.24º 0.4% 0.67% -
XYZ 27.25 20.42 33.51 -
YUV 128.37 143.03 157.69 -
System Red Green Blue C M Y K H S L
Decimal 170 102 155 0 0.4 0.09 0.33 313.24 0.29 0.53
Hex AA 66 9B 0 28 9 21 139 1D 35
Octal 252 146 233 0 50 11 41 471 35 65
Binary 10101010 1100110 10011011 0 101000 1001 100001 100111001 11101 110101

Color Harmonies of #AA669B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA669B

Black with #AA669B

Text Example


Text Example

White with #AA669B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA669B; }

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

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

background-color css

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

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

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

border-color css

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

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

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