Html Css Color HEX #A388AA Amethyst Smoke

📋 copy color: '#A388AA'

red 163 ◦ green 136 ◦ blue 170

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

Shades of Amethyst Smoke #A388AA

Tints of Amethyst Smoke #A388AA

RGB

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

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

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

R = 34.75%
G = 29%
B = 36.25%

CMYK

 C value IS 0.04

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A388AA (or 0xA388AA) is known color: Amethyst Smoke. HEX triplet: A3, 88 and AA. RGB value is (163,136,170). Sum of RGB (Red+Green+Blue) = 163+136+170=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 170 - color contains mainly: blue. Hex color #A388AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A388AA is #5C7755. Grayscale: #939393. Windows color (decimal): -6059862 or 11176099. OLE color: 11176099.

HSL color Cylindrical-coordinate representation of color #A388AA: hue angle of 287.65º 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 #A388AA is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 136 170 -
CMYK 0.04 0.20 0 0.33
HSL 287.65º 0.17% 0.6% -
HSV(B) 287.65º 0.2% 0.67% -
XYZ 31.16 28.3 41.85 -
YUV 147.95 140.45 138.74 -
System Red Green Blue C M Y K H S L
Decimal 163 136 170 0.04 0.20 0 0.33 287.65 0.17 0.6
Hex A3 88 AA 4 14 0 21 120 11 3C
Octal 243 210 252 4 24 0 41 440 21 74
Binary 10100011 10001000 10101010 100 10100 0 100001 100100000 10001 111100

Color Harmonies of #A388AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A388AA

Black with #A388AA

Text Example


Text Example

White with #A388AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A388AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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