Html Css Color HEX #A19AB1 Spun Pearl

📋 copy color: '#A19AB1'

red 161 ◦ green 154 ◦ blue 177

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

Shades of Spun Pearl #A19AB1

Tints of Spun Pearl #A19AB1

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.3%

 BLUE value IS 177 (69.53% from 255) = 35.98%

R = 32.72%
G = 31.3%
B = 35.98%

CMYK

 C value IS 0.09

 M value IS 0.13

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A19AB1 (or 0xA19AB1) is known color: Spun Pearl. HEX triplet: A1, 9A and B1. RGB value is (161,154,177). Sum of RGB (Red+Green+Blue) = 161+154+177=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 154 (60.55% from 255 or 31.30% from 492); Blue value is 177 (69.53% from 255 or 35.98% from 492); Max value from RGB is 177 - color contains mainly: blue. Hex color #A19AB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19AB1 is #5E654E. Grayscale: #9E9E9E. Windows color (decimal): -6186319 or 11639457. OLE color: 11639457.

HSL color Cylindrical-coordinate representation of color #A19AB1: hue angle of 258.26º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A19AB1 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 161 154 177 -
CMYK 0.09 0.13 0 0.31
HSL 258.26º 0.13% 0.65% -
HSV(B) 258.26º 0.13% 0.69% -
XYZ 34.19 33.86 46.33 -
YUV 158.72 138.32 129.63 -
System Red Green Blue C M Y K H S L
Decimal 161 154 177 0.09 0.13 0 0.31 258.26 0.13 0.65
Hex A1 9A B1 9 D 0 1F 102 D 41
Octal 241 232 261 11 15 0 37 402 15 101
Binary 10100001 10011010 10110001 1001 1101 0 11111 100000010 1101 1000001

Color Harmonies of #A19AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19AB1

Black with #A19AB1

Text Example


Text Example

White with #A19AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19AB1; }

 p { color: rgb(161,154,177); }

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

background-color css

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

 a { background-color: rgb(161,154,177); }

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

border-color css

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

 span { border-color: rgb(161,154,177); }

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