Html Css Color HEX #9A87A4 Amethyst Smoke

📋 copy color: '#9A87A4'

red 154 ◦ green 135 ◦ blue 164

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

Shades of Amethyst Smoke #9A87A4

Tints of Amethyst Smoke #9A87A4

RGB

 RED value IS 154 (60.55% from 255) = 34%

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

 BLUE value IS 164 (64.45% from 255) = 36.2%

R = 34%
G = 29.8%
B = 36.2%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#9A87A4 (or 0x9A87A4) is known color: Amethyst Smoke. HEX triplet: 9A, 87 and A4. RGB value is (154,135,164). Sum of RGB (Red+Green+Blue) = 154+135+164=453 (60% of max value = 765). Red value is 154 (60.55% from 255 or 34.00% from 453); Green value is 135 (53.12% from 255 or 29.80% from 453); Blue value is 164 (64.45% from 255 or 36.20% from 453); Max value from RGB is 164 - color contains mainly: blue. Hex color #9A87A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A87A4 is #65785B. Grayscale: #8F8F8F. Windows color (decimal): -6649948 or 10782618. OLE color: 10782618.

HSL color Cylindrical-coordinate representation of color #9A87A4: hue angle of 279.31º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9A87A4 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 154 135 164 -
CMYK 0.06 0.18 0 0.36
HSL 279.31º 0.14% 0.59% -
HSV(B) 279.31º 0.18% 0.64% -
XYZ 28.69 26.88 38.8 -
YUV 143.99 139.29 135.14 -
System Red Green Blue C M Y K H S L
Decimal 154 135 164 0.06 0.18 0 0.36 279.31 0.14 0.59
Hex 9A 87 A4 6 12 0 24 117 E 3B
Octal 232 207 244 6 22 0 44 427 16 73
Binary 10011010 10000111 10100100 110 10010 0 100100 100010111 1110 111011

Color Harmonies of #9A87A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A87A4

Black with #9A87A4

Text Example


Text Example

White with #9A87A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A87A4; }

 p { color: rgb(154,135,164); }

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

background-color css

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

 a { background-color: rgb(154,135,164); }

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

border-color css

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

 span { border-color: rgb(154,135,164); }

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