Html Css Color HEX #A36EC8 Amethyst

📋 copy color: '#A36EC8'

red 163 ◦ green 110 ◦ blue 200

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

Shades of Amethyst #A36EC8

Tints of Amethyst #A36EC8

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.26%

 BLUE value IS 200 (78.52% from 255) = 42.28%

R = 34.46%
G = 23.26%
B = 42.28%

CMYK

 C value IS 0.18

 M value IS 0.45

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A36EC8 (or 0xA36EC8) is known color: Amethyst. HEX triplet: A3, 6E and C8. RGB value is (163,110,200). Sum of RGB (Red+Green+Blue) = 163+110+200=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 110 (43.36% from 255 or 23.26% from 473); Blue value is 200 (78.52% from 255 or 42.28% from 473); Max value from RGB is 200 - color contains mainly: blue. Hex color #A36EC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36EC8 is #5C9137. Grayscale: #878787. Windows color (decimal): -6066488 or 13135523. OLE color: 13135523.

HSL color Cylindrical-coordinate representation of color #A36EC8: hue angle of 275.33º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A36EC8 is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 163 110 200 -
CMYK 0.18 0.45 0 0.22
HSL 275.33º 0.45% 0.61% -
HSV(B) 275.33º 0.45% 0.78% -
XYZ 31.11 23.11 57.46 -
YUV 136.11 164.06 147.18 -
System Red Green Blue C M Y K H S L
Decimal 163 110 200 0.18 0.45 0 0.22 275.33 0.45 0.61
Hex A3 6E C8 12 2D 0 16 113 2D 3D
Octal 243 156 310 22 55 0 26 423 55 75
Binary 10100011 1101110 11001000 10010 101101 0 10110 100010011 101101 111101

Color Harmonies of #A36EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36EC8

Black with #A36EC8

Text Example


Text Example

White with #A36EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36EC8; }

 p { color: rgb(163,110,200); }

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

background-color css

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

 a { background-color: rgb(163,110,200); }

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

border-color css

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

 span { border-color: rgb(163,110,200); }

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