Html Css Color HEX #A384AB Amethyst Smoke

📋 copy color: '#A384AB'

red 163 ◦ green 132 ◦ blue 171

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

Shades of Amethyst Smoke #A384AB

Tints of Amethyst Smoke #A384AB

RGB

 RED value IS 163 (64.06% from 255) = 34.98%

 GREEN value IS 132 (51.95% from 255) = 28.33%

 BLUE value IS 171 (67.19% from 255) = 36.7%

R = 34.98%
G = 28.33%
B = 36.7%

CMYK

 C value IS 0.05

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A384AB (or 0xA384AB) is known color: Amethyst Smoke. HEX triplet: A3, 84 and AB. RGB value is (163,132,171). Sum of RGB (Red+Green+Blue) = 163+132+171=466 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.98% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 171 - color contains mainly: blue. Hex color #A384AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A384AB is #5C7B54. Grayscale: #919191. Windows color (decimal): -6060885 or 11240611. OLE color: 11240611.

HSL color Cylindrical-coordinate representation of color #A384AB: hue angle of 287.69º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A384AB is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 132 171 -
CMYK 0.05 0.23 0 0.33
HSL 287.69º 0.19% 0.59% -
HSV(B) 287.69º 0.23% 0.67% -
XYZ 30.71 27.23 42.17 -
YUV 145.72 142.27 140.33 -
System Red Green Blue C M Y K H S L
Decimal 163 132 171 0.05 0.23 0 0.33 287.69 0.19 0.59
Hex A3 84 AB 5 17 0 21 120 13 3B
Octal 243 204 253 5 27 0 41 440 23 73
Binary 10100011 10000100 10101011 101 10111 0 100001 100100000 10011 111011

Color Harmonies of #A384AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A384AB

Black with #A384AB

Text Example


Text Example

White with #A384AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A384AB; }

 p { color: rgb(163,132,171); }

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

background-color css

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

 a { background-color: rgb(163,132,171); }

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

border-color css

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

 span { border-color: rgb(163,132,171); }

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