#A5A3B4

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

Shades of Spun Pearl #A5A3B4

Tints of Spun Pearl #A5A3B4

Color information

#A5A3B4 (or 0xA5A3B4) is unknown color: approx Spun Pearl. HEX triplet: A5, A3 and B4. RGB value is (165,163,180). Sum of RGB (Red+Green+Blue) = 165+163+180=508 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.48% from 508); Green value is 163 (64.06% from 255 or 32.09% from 508); Blue value is 180 (70.70% from 255 or 35.43% from 508); Max value from RGB is 180 - color contains mainly: blue. Hex color #A5A3B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A3B4 is #5A5C4B. Grayscale: #A5A5A5. Windows color (decimal): -5921868 or 11838373. OLE color: 11838373.

HSL color Cylindrical-coordinate representation of color #A5A3B4: hue angle of 247.06º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A5A3B4 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB165163180-
CMYK0.080.0900.29
HSL247.06º10.18%67.25%-
HSV(B)247.06º9.44%70.59%-
XYZ36.8537.4948.47-
YUV165.54136.16127.62-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.48%
GREEN value IS 163 (64.06% from 255) = 32.09%
BLUE value IS 180 (70.70% from 255) = 35.43%
R=32.48%
G=32.09%
B=35.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1651631800.080.0900.29247.0610.1867.25
HexA5A3B48901Df7a43
Octal245243264101103536712103
Binary101001011010001110110100100010010111011111011110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A3B4; }

 p { color: rgb(165,163,180); }

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

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

 a { background-color: rgb(165,163,180); }

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

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

 span { border-color: rgb(165,163,180); }

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