Html Css Color HEX #A19AB6 Spun Pearl

📋 copy color: '#A19AB6'

red 161 ◦ green 154 ◦ blue 182

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

Shades of Spun Pearl #A19AB6

Tints of Spun Pearl #A19AB6

RGB

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

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

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

R = 32.39%
G = 30.99%
B = 36.62%

CMYK

 C value IS 0.12

 M value IS 0.15

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A19AB6 (or 0xA19AB6) is known color: Spun Pearl. HEX triplet: A1, 9A and B6. RGB value is (161,154,182). Sum of RGB (Red+Green+Blue) = 161+154+182=497 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.39% from 497); Green value is 154 (60.55% from 255 or 30.99% from 497); Blue value is 182 (71.48% from 255 or 36.62% from 497); Max value from RGB is 182 - color contains mainly: blue. Hex color #A19AB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19AB6 is #5E6549. Grayscale: #9F9F9F. Windows color (decimal): -6186314 or 11967137. OLE color: 11967137.

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

Color convert

RGB 161 154 182 -
CMYK 0.12 0.15 0 0.29
HSL 255º 0.16% 0.66% -
HSV(B) 255º 0.15% 0.71% -
XYZ 34.7 34.07 49 -
YUV 159.29 140.82 129.22 -
System Red Green Blue C M Y K H S L
Decimal 161 154 182 0.12 0.15 0 0.29 255 0.16 0.66
Hex A1 9A B6 C F 0 1D FF 10 42
Octal 241 232 266 14 17 0 35 377 20 102
Binary 10100001 10011010 10110110 1100 1111 0 11101 11111111 10000 1000010

Color Harmonies of #A19AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19AB6

Black with #A19AB6

Text Example


Text Example

White with #A19AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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