Html Css Color HEX #A381AC Amethyst Smoke

📋 copy color: '#A381AC'

red 163 ◦ green 129 ◦ blue 172

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

Shades of Amethyst Smoke #A381AC

Tints of Amethyst Smoke #A381AC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.8%

 BLUE value IS 172 (67.58% from 255) = 37.07%

R = 35.13%
G = 27.8%
B = 37.07%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A381AC (or 0xA381AC) is known color: Amethyst Smoke. HEX triplet: A3, 81 and AC. RGB value is (163,129,172). Sum of RGB (Red+Green+Blue) = 163+129+172=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 129 (50.78% from 255 or 27.80% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 172 - color contains mainly: blue. Hex color #A381AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A381AC is #5C7E53. Grayscale: #8F8F8F. Windows color (decimal): -6061652 or 11305379. OLE color: 11305379.

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

Color convert

RGB 163 129 172 -
CMYK 0.05 0.25 0 0.33
HSL 287.44º 0.21% 0.59% -
HSV(B) 287.44º 0.25% 0.67% -
XYZ 30.4 26.47 42.54 -
YUV 144.07 143.76 141.5 -
System Red Green Blue C M Y K H S L
Decimal 163 129 172 0.05 0.25 0 0.33 287.44 0.21 0.59
Hex A3 81 AC 5 19 0 21 11F 15 3B
Octal 243 201 254 5 31 0 41 437 25 73
Binary 10100011 10000001 10101100 101 11001 0 100001 100011111 10101 111011

Color Harmonies of #A381AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A381AC

Black with #A381AC

Text Example


Text Example

White with #A381AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A381AC; }

 p { color: rgb(163,129,172); }

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

background-color css

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

 a { background-color: rgb(163,129,172); }

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

border-color css

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

 span { border-color: rgb(163,129,172); }

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