Html Css Color HEX #A187A5 Amethyst Smoke

📋 copy color: '#A187A5'

red 161 ◦ green 135 ◦ blue 165

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

Shades of Amethyst Smoke #A187A5

Tints of Amethyst Smoke #A187A5

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.28%

 BLUE value IS 165 (64.84% from 255) = 35.79%

R = 34.92%
G = 29.28%
B = 35.79%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A187A5 (or 0xA187A5) is known color: Amethyst Smoke. HEX triplet: A1, 87 and A5. RGB value is (161,135,165). Sum of RGB (Red+Green+Blue) = 161+135+165=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 135 (53.12% from 255 or 29.28% from 461); Blue value is 165 (64.84% from 255 or 35.79% from 461); Max value from RGB is 165 - color contains mainly: blue. Hex color #A187A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A187A5 is #5E785A. Grayscale: #929292. Windows color (decimal): -6191195 or 10848161. OLE color: 10848161.

HSL color Cylindrical-coordinate representation of color #A187A5: hue angle of 292º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A187A5 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 161 135 165 -
CMYK 0.02 0.18 0 0.35
HSL 292º 0.14% 0.59% -
HSV(B) 292º 0.18% 0.65% -
XYZ 30.15 27.62 39.34 -
YUV 146.19 138.61 138.56 -
System Red Green Blue C M Y K H S L
Decimal 161 135 165 0.02 0.18 0 0.35 292 0.14 0.59
Hex A1 87 A5 2 12 0 23 124 E 3B
Octal 241 207 245 2 22 0 43 444 16 73
Binary 10100001 10000111 10100101 10 10010 0 100011 100100100 1110 111011

Color Harmonies of #A187A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A187A5

Black with #A187A5

Text Example


Text Example

White with #A187A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A187A5; }

 p { color: rgb(161,135,165); }

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

background-color css

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

 a { background-color: rgb(161,135,165); }

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

border-color css

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

 span { border-color: rgb(161,135,165); }

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