Html Css Color HEX #A49EB2 Spun Pearl

📋 copy color: '#A49EB2'

red 164 ◦ green 158 ◦ blue 178

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

Shades of Spun Pearl #A49EB2

Tints of Spun Pearl #A49EB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.6%

R = 32.8%
G = 31.6%
B = 35.6%

CMYK

 C value IS 0.08

 M value IS 0.11

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A49EB2 (or 0xA49EB2) is known color: Spun Pearl. HEX triplet: A4, 9E and B2. RGB value is (164,158,178). Sum of RGB (Red+Green+Blue) = 164+158+178=500 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.8% from 500); Green value is 158 (62.11% from 255 or 31.6% from 500); Blue value is 178 (69.92% from 255 or 35.6% from 500); Max value from RGB is 178 - color contains mainly: blue. Hex color #A49EB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49EB2 is #5B614D. Grayscale: #A2A2A2. Windows color (decimal): -5988686 or 11706020. OLE color: 11706020.

HSL color Cylindrical-coordinate representation of color #A49EB2: hue angle of 258º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A49EB2 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 164 158 178 -
CMYK 0.08 0.11 0 0.30
HSL 258º 0.11% 0.66% -
HSV(B) 258º 0.11% 0.7% -
XYZ 35.57 35.56 47.11 -
YUV 162.07 136.99 129.37 -
System Red Green Blue C M Y K H S L
Decimal 164 158 178 0.08 0.11 0 0.30 258 0.11 0.66
Hex A4 9E B2 8 B 0 1E 102 B 42
Octal 244 236 262 10 13 0 36 402 13 102
Binary 10100100 10011110 10110010 1000 1011 0 11110 100000010 1011 1000010

Color Harmonies of #A49EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49EB2

Black with #A49EB2

Text Example


Text Example

White with #A49EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49EB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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