Html Css Color HEX #A384AA Amethyst Smoke

📋 copy color: '#A384AA'

red 163 ◦ green 132 ◦ blue 170

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

Shades of Amethyst Smoke #A384AA

Tints of Amethyst Smoke #A384AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.56%

R = 35.05%
G = 28.39%
B = 36.56%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A384AA (or 0xA384AA) is known color: Amethyst Smoke. HEX triplet: A3, 84 and AA. RGB value is (163,132,170). Sum of RGB (Red+Green+Blue) = 163+132+170=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 170 - color contains mainly: blue. Hex color #A384AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A384AA is #5C7B55. Grayscale: #919191. Windows color (decimal): -6060886 or 11175075. OLE color: 11175075.

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

Color convert

RGB 163 132 170 -
CMYK 0.04 0.22 0 0.33
HSL 288.95º 0.18% 0.59% -
HSV(B) 288.95º 0.22% 0.67% -
XYZ 30.61 27.19 41.67 -
YUV 145.6 141.77 140.41 -
System Red Green Blue C M Y K H S L
Decimal 163 132 170 0.04 0.22 0 0.33 288.95 0.18 0.59
Hex A3 84 AA 4 16 0 21 121 12 3B
Octal 243 204 252 4 26 0 41 441 22 73
Binary 10100011 10000100 10101010 100 10110 0 100001 100100001 10010 111011

Color Harmonies of #A384AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A384AA

Black with #A384AA

Text Example


Text Example

White with #A384AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A384AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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