Html Css Color HEX #A36ABE Amethyst

📋 copy color: '#A36ABE'

red 163 ◦ green 106 ◦ blue 190

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

Shades of Amethyst #A36ABE

Tints of Amethyst #A36ABE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.09%

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

R = 35.51%
G = 23.09%
B = 41.39%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A36ABE (or 0xA36ABE) is known color: Amethyst. HEX triplet: A3, 6A and BE. RGB value is (163,106,190). Sum of RGB (Red+Green+Blue) = 163+106+190=459 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.51% from 459); Green value is 106 (41.80% from 255 or 23.09% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #A36ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36ABE is #5C9541. Grayscale: #848484. Windows color (decimal): -6067522 or 12479139. OLE color: 12479139.

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

Color convert

RGB 163 106 190 -
CMYK 0.14 0.44 0 0.25
HSL 280.71º 0.39% 0.58% -
HSV(B) 280.71º 0.44% 0.75% -
XYZ 29.55 21.81 51.37 -
YUV 132.62 160.38 149.67 -
System Red Green Blue C M Y K H S L
Decimal 163 106 190 0.14 0.44 0 0.25 280.71 0.39 0.58
Hex A3 6A BE E 2C 0 19 119 27 3A
Octal 243 152 276 16 54 0 31 431 47 72
Binary 10100011 1101010 10111110 1110 101100 0 11001 100011001 100111 111010

Color Harmonies of #A36ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36ABE

Black with #A36ABE

Text Example


Text Example

White with #A36ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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