Html Css Color HEX #A36EBE Amethyst

📋 copy color: '#A36EBE'

red 163 ◦ green 110 ◦ blue 190

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

Shades of Amethyst #A36EBE

Tints of Amethyst #A36EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.04%

R = 35.21%
G = 23.76%
B = 41.04%

CMYK

 C value IS 0.14

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A36EBE (or 0xA36EBE) is known color: Amethyst. HEX triplet: A3, 6E and BE. RGB value is (163,110,190). Sum of RGB (Red+Green+Blue) = 163+110+190=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 110 (43.36% from 255 or 23.76% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #A36EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36EBE is #5C9141. Grayscale: #868686. Windows color (decimal): -6066498 or 12480163. OLE color: 12480163.

HSL color Cylindrical-coordinate representation of color #A36EBE: hue angle of 279.75º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A36EBE is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 110 190 -
CMYK 0.14 0.42 0 0.25
HSL 279.75º 0.38% 0.59% -
HSV(B) 279.75º 0.42% 0.75% -
XYZ 29.97 22.66 51.51 -
YUV 134.97 159.06 148 -
System Red Green Blue C M Y K H S L
Decimal 163 110 190 0.14 0.42 0 0.25 279.75 0.38 0.59
Hex A3 6E BE E 2A 0 19 118 26 3B
Octal 243 156 276 16 52 0 31 430 46 73
Binary 10100011 1101110 10111110 1110 101010 0 11001 100011000 100110 111011

Color Harmonies of #A36EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36EBE

Black with #A36EBE

Text Example


Text Example

White with #A36EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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