Html Css Color HEX #A49CB7 Spun Pearl

📋 copy color: '#A49CB7'

red 164 ◦ green 156 ◦ blue 183

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

Shades of Spun Pearl #A49CB7

Tints of Spun Pearl #A49CB7

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.01%

 BLUE value IS 183 (71.88% from 255) = 36.38%

R = 32.6%
G = 31.01%
B = 36.38%

CMYK

 C value IS 0.10

 M value IS 0.15

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A49CB7 (or 0xA49CB7) is known color: Spun Pearl. HEX triplet: A4, 9C and B7. RGB value is (164,156,183). Sum of RGB (Red+Green+Blue) = 164+156+183=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 183 (71.88% from 255 or 36.38% from 503); Max value from RGB is 183 - color contains mainly: blue. Hex color #A49CB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49CB7 is #5B6348. Grayscale: #A1A1A1. Windows color (decimal): -5989193 or 12033188. OLE color: 12033188.

HSL color Cylindrical-coordinate representation of color #A49CB7: hue angle of 257.78º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A49CB7 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 164 156 183 -
CMYK 0.10 0.15 0 0.28
HSL 257.78º 0.16% 0.66% -
HSV(B) 257.78º 0.15% 0.72% -
XYZ 35.75 35.09 49.69 -
YUV 161.47 140.15 129.8 -
System Red Green Blue C M Y K H S L
Decimal 164 156 183 0.10 0.15 0 0.28 257.78 0.16 0.66
Hex A4 9C B7 A F 0 1C 102 10 42
Octal 244 234 267 12 17 0 34 402 20 102
Binary 10100100 10011100 10110111 1010 1111 0 11100 100000010 10000 1000010

Color Harmonies of #A49CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49CB7

Black with #A49CB7

Text Example


Text Example

White with #A49CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49CB7; }

 p { color: rgb(164,156,183); }

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

background-color css

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

 a { background-color: rgb(164,156,183); }

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

border-color css

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

 span { border-color: rgb(164,156,183); }

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