Html Css Color HEX #A9A5BD Spun Pearl

📋 copy color: '#A9A5BD'

red 169 ◦ green 165 ◦ blue 189

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

Shades of Spun Pearl #A9A5BD

Tints of Spun Pearl #A9A5BD

RGB

 RED value IS 169 (66.41% from 255) = 32.31%

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

 BLUE value IS 189 (74.22% from 255) = 36.14%

R = 32.31%
G = 31.55%
B = 36.14%

CMYK

 C value IS 0.11

 M value IS 0.13

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A9A5BD (or 0xA9A5BD) is known color: Spun Pearl. HEX triplet: A9, A5 and BD. RGB value is (169,165,189). Sum of RGB (Red+Green+Blue) = 169+165+189=523 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.31% from 523); Green value is 165 (64.84% from 255 or 31.55% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 189 - color contains mainly: blue. Hex color #A9A5BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A5BD is #565A42. Grayscale: #A8A8A8. Windows color (decimal): -5659203 or 12428713. OLE color: 12428713.

HSL color Cylindrical-coordinate representation of color #A9A5BD: hue angle of 250º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A9A5BD is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 169 165 189 -
CMYK 0.11 0.13 0 0.26
HSL 250º 0.15% 0.69% -
HSV(B) 250º 0.13% 0.74% -
XYZ 39 39.02 53.62 -
YUV 168.93 139.33 128.05 -
System Red Green Blue C M Y K H S L
Decimal 169 165 189 0.11 0.13 0 0.26 250 0.15 0.69
Hex A9 A5 BD B D 0 1A FA F 45
Octal 251 245 275 13 15 0 32 372 17 105
Binary 10101001 10100101 10111101 1011 1101 0 11010 11111010 1111 1000101

Color Harmonies of #A9A5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A5BD

Black with #A9A5BD

Text Example


Text Example

White with #A9A5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A5BD; }

 p { color: rgb(169,165,189); }

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

background-color css

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

 a { background-color: rgb(169,165,189); }

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

border-color css

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

 span { border-color: rgb(169,165,189); }

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