Html Css Color HEX #A388AB Amethyst Smoke

📋 copy color: '#A388AB'

red 163 ◦ green 136 ◦ blue 171

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

Shades of Amethyst Smoke #A388AB

Tints of Amethyst Smoke #A388AB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.94%

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

R = 34.68%
G = 28.94%
B = 36.38%

CMYK

 C value IS 0.05

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A388AB (or 0xA388AB) is known color: Amethyst Smoke. HEX triplet: A3, 88 and AB. RGB value is (163,136,171). Sum of RGB (Red+Green+Blue) = 163+136+171=470 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.68% from 470); Green value is 136 (53.52% from 255 or 28.94% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 171 - color contains mainly: blue. Hex color #A388AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A388AB is #5C7754. Grayscale: #939393. Windows color (decimal): -6059861 or 11241635. OLE color: 11241635.

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

Color convert

RGB 163 136 171 -
CMYK 0.05 0.20 0 0.33
HSL 286.29º 0.17% 0.6% -
HSV(B) 286.29º 0.2% 0.67% -
XYZ 31.26 28.34 42.35 -
YUV 148.06 140.95 138.65 -
System Red Green Blue C M Y K H S L
Decimal 163 136 171 0.05 0.20 0 0.33 286.29 0.17 0.6
Hex A3 88 AB 5 14 0 21 11E 11 3C
Octal 243 210 253 5 24 0 41 436 21 74
Binary 10100011 10001000 10101011 101 10100 0 100001 100011110 10001 111100

Color Harmonies of #A388AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A388AB

Black with #A388AB

Text Example


Text Example

White with #A388AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A388AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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