Html Css Color HEX #A19EB2 Spun Pearl

📋 copy color: '#A19EB2'

red 161 ◦ green 158 ◦ blue 178

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

Shades of Spun Pearl #A19EB2

Tints of Spun Pearl #A19EB2

RGB

 RED value IS 161 (63.28% from 255) = 32.39%

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

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

R = 32.39%
G = 31.79%
B = 35.81%

CMYK

 C value IS 0.10

 M value IS 0.11

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A19EB2 (or 0xA19EB2) is known color: Spun Pearl. HEX triplet: A1, 9E and B2. RGB value is (161,158,178). Sum of RGB (Red+Green+Blue) = 161+158+178=497 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.39% from 497); Green value is 158 (62.11% from 255 or 31.79% from 497); Blue value is 178 (69.92% from 255 or 35.81% from 497); Max value from RGB is 178 - color contains mainly: blue. Hex color #A19EB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19EB2 is #5E614D. Grayscale: #A1A1A1. Windows color (decimal): -6185294 or 11706017. OLE color: 11706017.

HSL color Cylindrical-coordinate representation of color #A19EB2: hue angle of 249º 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 #A19EB2 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 161 158 178 -
CMYK 0.10 0.11 0 0.30
HSL 249º 0.11% 0.66% -
HSV(B) 249º 0.11% 0.7% -
XYZ 34.96 35.25 47.08 -
YUV 161.18 137.49 127.87 -
System Red Green Blue C M Y K H S L
Decimal 161 158 178 0.10 0.11 0 0.30 249 0.11 0.66
Hex A1 9E B2 A B 0 1E F9 B 42
Octal 241 236 262 12 13 0 36 371 13 102
Binary 10100001 10011110 10110010 1010 1011 0 11110 11111001 1011 1000010

Color Harmonies of #A19EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19EB2

Black with #A19EB2

Text Example


Text Example

White with #A19EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19EB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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