Html Css Color HEX #A49FAC Spun Pearl

📋 copy color: '#A49FAC'

red 164 ◦ green 159 ◦ blue 172

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

Shades of Spun Pearl #A49FAC

Tints of Spun Pearl #A49FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.75%

R = 33.13%
G = 32.12%
B = 34.75%

CMYK

 C value IS 0.05

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A49FAC (or 0xA49FAC) is known color: Spun Pearl. HEX triplet: A4, 9F and AC. RGB value is (164,159,172). Sum of RGB (Red+Green+Blue) = 164+159+172=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 159 (62.5% from 255 or 32.12% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 172 - color contains mainly: blue. Hex color #A49FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49FAC is #5B6053. Grayscale: #A1A1A1. Windows color (decimal): -5988436 or 11313060. OLE color: 11313060.

HSL color Cylindrical-coordinate representation of color #A49FAC: hue angle of 263.08º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A49FAC is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 159 172 -
CMYK 0.05 0.08 0 0.33
HSL 263.08º 0.07% 0.65% -
HSV(B) 263.08º 0.08% 0.67% -
XYZ 35.15 35.67 44.06 -
YUV 161.98 133.66 129.44 -
System Red Green Blue C M Y K H S L
Decimal 164 159 172 0.05 0.08 0 0.33 263.08 0.07 0.65
Hex A4 9F AC 5 8 0 21 107 7 41
Octal 244 237 254 5 10 0 41 407 7 101
Binary 10100100 10011111 10101100 101 1000 0 100001 100000111 111 1000001

Color Harmonies of #A49FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49FAC

Black with #A49FAC

Text Example


Text Example

White with #A49FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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