#A19EAC

Color #A19EAC Spun Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spun Pearl #A19EAC

Tints of Spun Pearl #A19EAC

Color information

#A19EAC (or 0xA19EAC) is unknown color: approx Spun Pearl. HEX triplet: A1, 9E and AC. RGB value is (161,158,172). Sum of RGB (Red+Green+Blue) = 161+158+172=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 158 (62.11% from 255 or 32.18% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 172 - color contains mainly: blue. Hex color #A19EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19EAC is #5E6153. Grayscale: #A0A0A0. Windows color (decimal): -6185300 or 11312801. OLE color: 11312801.

HSL color Cylindrical-coordinate representation of color #A19EAC: hue angle of 252.86º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A19EAC is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB161158172-
CMYK0.060.0800.33
HSL252.86º7.78%64.71%-
HSV(B)252.86º8.14%67.45%-
XYZ34.3735.0143.98-
YUV160.49134.49128.36-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.79%
GREEN value IS 158 (62.11% from 255) = 32.18%
BLUE value IS 172 (67.58% from 255) = 35.03%
R=32.79%
G=32.18%
B=35.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611581720.060.0800.33252.867.7864.71
HexA19EAC68021fd841
Octal24123625461004137510101
Binary101000011001111010101100110100001000011111110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19EAC; }

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

 H1.HeaderClassName
 {
   color: #A19EAC;
 }
 .AnyTagClassName
 {
   color: #A19EAC;
 }
</style>
background-color css

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

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

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

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

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

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