Html Css Color HEX #A49DB0 Spun Pearl

📋 copy color: '#A49DB0'

red 164 ◦ green 157 ◦ blue 176

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

Shades of Spun Pearl #A49DB0

Tints of Spun Pearl #A49DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 35.41%

R = 33%
G = 31.59%
B = 35.41%

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

#A49DB0 (or 0xA49DB0) is known color: Spun Pearl. HEX triplet: A4, 9D and B0. RGB value is (164,157,176). Sum of RGB (Red+Green+Blue) = 164+157+176=497 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.00% from 497); Green value is 157 (61.72% from 255 or 31.59% from 497); Blue value is 176 (69.14% from 255 or 35.41% from 497); Max value from RGB is 176 - color contains mainly: blue. Hex color #A49DB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49DB0 is #5B624F. Grayscale: #A1A1A1. Windows color (decimal): -5988944 or 11574692. OLE color: 11574692.

HSL color Cylindrical-coordinate representation of color #A49DB0: hue angle of 262.11º 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 #A49DB0 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 164 157 176 -
CMYK 0.07 0.11 0 0.31
HSL 262.11º 0.11% 0.65% -
HSV(B) 262.11º 0.11% 0.69% -
XYZ 35.2 35.14 46 -
YUV 161.26 136.32 129.96 -
System Red Green Blue C M Y K H S L
Decimal 164 157 176 0.07 0.11 0 0.31 262.11 0.11 0.65
Hex A4 9D B0 7 B 0 1F 106 B 41
Octal 244 235 260 7 13 0 37 406 13 101
Binary 10100100 10011101 10110000 111 1011 0 11111 100000110 1011 1000001

Color Harmonies of #A49DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49DB0

Black with #A49DB0

Text Example


Text Example

White with #A49DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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