Html Css Color HEX #A38AA8 Amethyst Smoke

📋 copy color: '#A38AA8'

red 163 ◦ green 138 ◦ blue 168

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

Shades of Amethyst Smoke #A38AA8

Tints of Amethyst Smoke #A38AA8

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.42%

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

R = 34.75%
G = 29.42%
B = 35.82%

CMYK

 C value IS 0.03

 M value IS 0.18

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A38AA8 (or 0xA38AA8) is known color: Amethyst Smoke. HEX triplet: A3, 8A and A8. RGB value is (163,138,168). Sum of RGB (Red+Green+Blue) = 163+138+168=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 138 (54.30% from 255 or 29.42% from 469); Blue value is 168 (66.02% from 255 or 35.82% from 469); Max value from RGB is 168 - color contains mainly: blue. Hex color #A38AA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38AA8 is #5C7557. Grayscale: #949494. Windows color (decimal): -6059352 or 11045539. OLE color: 11045539.

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

Color convert

RGB 163 138 168 -
CMYK 0.03 0.18 0 0.34
HSL 290º 0.15% 0.6% -
HSV(B) 290º 0.18% 0.66% -
XYZ 31.26 28.79 40.96 -
YUV 148.9 138.78 138.06 -
System Red Green Blue C M Y K H S L
Decimal 163 138 168 0.03 0.18 0 0.34 290 0.15 0.6
Hex A3 8A A8 3 12 0 22 122 F 3C
Octal 243 212 250 3 22 0 42 442 17 74
Binary 10100011 10001010 10101000 11 10010 0 100010 100100010 1111 111100

Color Harmonies of #A38AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38AA8

Black with #A38AA8

Text Example


Text Example

White with #A38AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38AA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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