Html Css Color HEX #A49EB6 Spun Pearl

📋 copy color: '#A49EB6'

red 164 ◦ green 158 ◦ blue 182

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

Shades of Spun Pearl #A49EB6

Tints of Spun Pearl #A49EB6

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.35%

 BLUE value IS 182 (71.48% from 255) = 36.11%

R = 32.54%
G = 31.35%
B = 36.11%

CMYK

 C value IS 0.10

 M value IS 0.13

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A49EB6 (or 0xA49EB6) is known color: Spun Pearl. HEX triplet: A4, 9E and B6. RGB value is (164,158,182). Sum of RGB (Red+Green+Blue) = 164+158+182=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 182 (71.48% from 255 or 36.11% from 504); Max value from RGB is 182 - color contains mainly: blue. Hex color #A49EB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49EB6 is #5B6149. Grayscale: #A2A2A2. Windows color (decimal): -5988682 or 11968164. OLE color: 11968164.

HSL color Cylindrical-coordinate representation of color #A49EB6: hue angle of 255º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A49EB6 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 164 158 182 -
CMYK 0.10 0.13 0 0.29
HSL 255º 0.14% 0.67% -
HSV(B) 255º 0.13% 0.71% -
XYZ 35.98 35.72 49.25 -
YUV 162.53 138.99 129.05 -
System Red Green Blue C M Y K H S L
Decimal 164 158 182 0.10 0.13 0 0.29 255 0.14 0.67
Hex A4 9E B6 A D 0 1D FF E 43
Octal 244 236 266 12 15 0 35 377 16 103
Binary 10100100 10011110 10110110 1010 1101 0 11101 11111111 1110 1000011

Color Harmonies of #A49EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49EB6

Black with #A49EB6

Text Example


Text Example

White with #A49EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49EB6; }

 p { color: rgb(164,158,182); }

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

background-color css

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

 a { background-color: rgb(164,158,182); }

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

border-color css

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

 span { border-color: rgb(164,158,182); }

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