Html Css Color HEX #A17BA5 Amethyst Smoke

📋 copy color: '#A17BA5'

red 161 ◦ green 123 ◦ blue 165

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

Shades of Amethyst Smoke #A17BA5

Tints of Amethyst Smoke #A17BA5

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.39%

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

R = 35.86%
G = 27.39%
B = 36.75%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A17BA5 (or 0xA17BA5) is known color: Amethyst Smoke. HEX triplet: A1, 7B and A5. RGB value is (161,123,165). Sum of RGB (Red+Green+Blue) = 161+123+165=449 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.86% from 449); Green value is 123 (48.44% from 255 or 27.39% from 449); Blue value is 165 (64.84% from 255 or 36.75% from 449); Max value from RGB is 165 - color contains mainly: blue. Hex color #A17BA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17BA5 is #5E845A. Grayscale: #8B8B8B. Windows color (decimal): -6194267 or 10845089. OLE color: 10845089.

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

Color convert

RGB 161 123 165 -
CMYK 0.02 0.25 0 0.35
HSL 294.29º 0.19% 0.56% -
HSV(B) 294.29º 0.25% 0.65% -
XYZ 28.57 24.46 38.81 -
YUV 139.15 142.59 143.58 -
System Red Green Blue C M Y K H S L
Decimal 161 123 165 0.02 0.25 0 0.35 294.29 0.19 0.56
Hex A1 7B A5 2 19 0 23 126 13 38
Octal 241 173 245 2 31 0 43 446 23 70
Binary 10100001 1111011 10100101 10 11001 0 100011 100100110 10011 111000

Color Harmonies of #A17BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17BA5

Black with #A17BA5

Text Example


Text Example

White with #A17BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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