Html Css Color HEX #A49DB1 Spun Pearl

📋 copy color: '#A49DB1'

red 164 ◦ green 157 ◦ blue 177

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

Shades of Spun Pearl #A49DB1

Tints of Spun Pearl #A49DB1

RGB

 RED value IS 164 (64.45% from 255) = 32.93%

 GREEN value IS 157 (61.72% from 255) = 31.53%

 BLUE value IS 177 (69.53% from 255) = 35.54%

R = 32.93%
G = 31.53%
B = 35.54%

CMYK

 C value IS 0.07

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A49DB1 (or 0xA49DB1) is known color: Spun Pearl. HEX triplet: A4, 9D and B1. RGB value is (164,157,177). Sum of RGB (Red+Green+Blue) = 164+157+177=498 (65% of max value = 765). Red value is 164 (64.45% from 255 or 32.93% from 498); Green value is 157 (61.72% from 255 or 31.53% from 498); Blue value is 177 (69.53% from 255 or 35.54% from 498); Max value from RGB is 177 - color contains mainly: blue. Hex color #A49DB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49DB1 is #5B624E. Grayscale: #A1A1A1. Windows color (decimal): -5988943 or 11640228. OLE color: 11640228.

HSL color Cylindrical-coordinate representation of color #A49DB1: hue angle of 261º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A49DB1 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 164 157 177 -
CMYK 0.07 0.11 0 0.31
HSL 261º 0.11% 0.65% -
HSV(B) 261º 0.11% 0.69% -
XYZ 35.3 35.18 46.52 -
YUV 161.37 136.82 129.87 -
System Red Green Blue C M Y K H S L
Decimal 164 157 177 0.07 0.11 0 0.31 261 0.11 0.65
Hex A4 9D B1 7 B 0 1F 105 B 41
Octal 244 235 261 7 13 0 37 405 13 101
Binary 10100100 10011101 10110001 111 1011 0 11111 100000101 1011 1000001

Color Harmonies of #A49DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49DB1

Black with #A49DB1

Text Example


Text Example

White with #A49DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49DB1; }

 p { color: rgb(164,157,177); }

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

background-color css

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

 a { background-color: rgb(164,157,177); }

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

border-color css

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

 span { border-color: rgb(164,157,177); }

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