Html Css Color HEX #A388A8 Amethyst Smoke

📋 copy color: '#A388A8'

red 163 ◦ green 136 ◦ blue 168

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

Shades of Amethyst Smoke #A388A8

Tints of Amethyst Smoke #A388A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.97%

R = 34.9%
G = 29.12%
B = 35.97%

CMYK

 C value IS 0.03

 M value IS 0.19

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A388A8 (or 0xA388A8) is known color: Amethyst Smoke. HEX triplet: A3, 88 and A8. RGB value is (163,136,168). Sum of RGB (Red+Green+Blue) = 163+136+168=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 136 (53.52% from 255 or 29.12% from 467); Blue value is 168 (66.02% from 255 or 35.97% from 467); Max value from RGB is 168 - color contains mainly: blue. Hex color #A388A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A388A8 is #5C7757. Grayscale: #939393. Windows color (decimal): -6059864 or 11045027. OLE color: 11045027.

HSL color Cylindrical-coordinate representation of color #A388A8: hue angle of 290.62º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A388A8 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 163 136 168 -
CMYK 0.03 0.19 0 0.34
HSL 290.63º 0.16% 0.6% -
HSV(B) 290.63º 0.19% 0.66% -
XYZ 30.98 28.22 40.86 -
YUV 147.72 139.45 138.9 -
System Red Green Blue C M Y K H S L
Decimal 163 136 168 0.03 0.19 0 0.34 290.63 0.16 0.6
Hex A3 88 A8 3 13 0 22 123 10 3C
Octal 243 210 250 3 23 0 42 443 20 74
Binary 10100011 10001000 10101000 11 10011 0 100010 100100011 10000 111100

Color Harmonies of #A388A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A388A8

Black with #A388A8

Text Example


Text Example

White with #A388A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A388A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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