Html Css Color HEX #AAA5BB Spun Pearl

📋 copy color: '#AAA5BB'

red 170 ◦ green 165 ◦ blue 187

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

Shades of Spun Pearl #AAA5BB

Tints of Spun Pearl #AAA5BB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.61%

 BLUE value IS 187 (73.44% from 255) = 35.82%

R = 32.57%
G = 31.61%
B = 35.82%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AAA5BB (or 0xAAA5BB) is known color: Spun Pearl. HEX triplet: AA, A5 and BB. RGB value is (170,165,187). Sum of RGB (Red+Green+Blue) = 170+165+187=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 165 (64.84% from 255 or 31.61% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 187 - color contains mainly: blue. Hex color #AAA5BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA5BB is #555A44. Grayscale: #A8A8A8. Windows color (decimal): -5593669 or 12297642. OLE color: 12297642.

HSL color Cylindrical-coordinate representation of color #AAA5BB: hue angle of 253.64º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAA5BB is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 165 187 -
CMYK 0.09 0.12 0 0.27
HSL 253.64º 0.14% 0.69% -
HSV(B) 253.64º 0.12% 0.73% -
XYZ 39 39.04 52.49 -
YUV 169 138.16 128.71 -
System Red Green Blue C M Y K H S L
Decimal 170 165 187 0.09 0.12 0 0.27 253.64 0.14 0.69
Hex AA A5 BB 9 C 0 1B FE E 45
Octal 252 245 273 11 14 0 33 376 16 105
Binary 10101010 10100101 10111011 1001 1100 0 11011 11111110 1110 1000101

Color Harmonies of #AAA5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA5BB

Black with #AAA5BB

Text Example


Text Example

White with #AAA5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA5BB; }

 p { color: rgb(170,165,187); }

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

background-color css

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

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

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

border-color css

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

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

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