Html Css Color HEX #A49DAF Spun Pearl

📋 copy color: '#A49DAF'

red 164 ◦ green 157 ◦ blue 175

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

Shades of Spun Pearl #A49DAF

Tints of Spun Pearl #A49DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.28%

R = 33.06%
G = 31.65%
B = 35.28%

CMYK

 C value IS 0.06

 M value IS 0.10

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A49DAF (or 0xA49DAF) is known color: Spun Pearl. HEX triplet: A4, 9D and AF. RGB value is (164,157,175). Sum of RGB (Red+Green+Blue) = 164+157+175=496 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.06% from 496); Green value is 157 (61.72% from 255 or 31.65% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 175 - color contains mainly: blue. Hex color #A49DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49DAF is #5B6250. Grayscale: #A1A1A1. Windows color (decimal): -5988945 or 11509156. OLE color: 11509156.

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

Color convert

RGB 164 157 175 -
CMYK 0.06 0.10 0 0.31
HSL 263.33º 0.1% 0.65% -
HSV(B) 263.33º 0.1% 0.69% -
XYZ 35.1 35.1 45.48 -
YUV 161.15 135.82 130.04 -
System Red Green Blue C M Y K H S L
Decimal 164 157 175 0.06 0.10 0 0.31 263.33 0.1 0.65
Hex A4 9D AF 6 A 0 1F 107 A 41
Octal 244 235 257 6 12 0 37 407 12 101
Binary 10100100 10011101 10101111 110 1010 0 11111 100000111 1010 1000001

Color Harmonies of #A49DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49DAF

Black with #A49DAF

Text Example


Text Example

White with #A49DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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