Html Css Color HEX #A49FB0 Spun Pearl

📋 copy color: '#A49FB0'

red 164 ◦ green 159 ◦ blue 176

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

Shades of Spun Pearl #A49FB0

Tints of Spun Pearl #A49FB0

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.86%

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

R = 32.87%
G = 31.86%
B = 35.27%

CMYK

 C value IS 0.07

 M value IS 0.10

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A49FB0 (or 0xA49FB0) is known color: Spun Pearl. HEX triplet: A4, 9F and B0. RGB value is (164,159,176). Sum of RGB (Red+Green+Blue) = 164+159+176=499 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.87% from 499); Green value is 159 (62.5% from 255 or 31.86% from 499); Blue value is 176 (69.14% from 255 or 35.27% from 499); Max value from RGB is 176 - color contains mainly: blue. Hex color #A49FB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49FB0 is #5B604F. Grayscale: #A2A2A2. Windows color (decimal): -5988432 or 11575204. OLE color: 11575204.

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

Color convert

RGB 164 159 176 -
CMYK 0.07 0.10 0 0.31
HSL 257.65º 0.1% 0.66% -
HSV(B) 257.65º 0.1% 0.69% -
XYZ 35.54 35.82 46.12 -
YUV 162.43 135.66 129.12 -
System Red Green Blue C M Y K H S L
Decimal 164 159 176 0.07 0.10 0 0.31 257.65 0.1 0.66
Hex A4 9F B0 7 A 0 1F 102 A 42
Octal 244 237 260 7 12 0 37 402 12 102
Binary 10100100 10011111 10110000 111 1010 0 11111 100000010 1010 1000010

Color Harmonies of #A49FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49FB0

Black with #A49FB0

Text Example


Text Example

White with #A49FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49FB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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