Html Css Color HEX #A382AC Amethyst Smoke

📋 copy color: '#A382AC'

red 163 ◦ green 130 ◦ blue 172

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

Shades of Amethyst Smoke #A382AC

Tints of Amethyst Smoke #A382AC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.96%

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

R = 35.05%
G = 27.96%
B = 36.99%

CMYK

 C value IS 0.05

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A382AC (or 0xA382AC) is known color: Amethyst Smoke. HEX triplet: A3, 82 and AC. RGB value is (163,130,172). Sum of RGB (Red+Green+Blue) = 163+130+172=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 172 - color contains mainly: blue. Hex color #A382AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A382AC is #5C7D53. Grayscale: #909090. Windows color (decimal): -6061396 or 11305635. OLE color: 11305635.

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

Color convert

RGB 163 130 172 -
CMYK 0.05 0.24 0 0.33
HSL 287.14º 0.2% 0.59% -
HSV(B) 287.14º 0.24% 0.67% -
XYZ 30.53 26.73 42.58 -
YUV 144.66 143.43 141.08 -
System Red Green Blue C M Y K H S L
Decimal 163 130 172 0.05 0.24 0 0.33 287.14 0.2 0.59
Hex A3 82 AC 5 18 0 21 11F 14 3B
Octal 243 202 254 5 30 0 41 437 24 73
Binary 10100011 10000010 10101100 101 11000 0 100001 100011111 10100 111011

Color Harmonies of #A382AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A382AC

Black with #A382AC

Text Example


Text Example

White with #A382AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A382AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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