Html Css Color HEX #A36ADE Amethyst

📋 copy color: '#A36ADE'

red 163 ◦ green 106 ◦ blue 222

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

Shades of Amethyst #A36ADE

Tints of Amethyst #A36ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.21%

R = 33.2%
G = 21.59%
B = 45.21%

CMYK

 C value IS 0.27

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A36ADE (or 0xA36ADE) is known color: Amethyst. HEX triplet: A3, 6A and DE. RGB value is (163,106,222). Sum of RGB (Red+Green+Blue) = 163+106+222=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 106 (41.80% from 255 or 21.59% from 491); Blue value is 222 (87.11% from 255 or 45.21% from 491); Max value from RGB is 222 - color contains mainly: blue. Hex color #A36ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36ADE is #5C9521. Grayscale: #878787. Windows color (decimal): -6067490 or 14576291. OLE color: 14576291.

HSL color Cylindrical-coordinate representation of color #A36ADE: hue angle of 269.48º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A36ADE is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 106 222 -
CMYK 0.27 0.52 0 0.13
HSL 269.48º 0.64% 0.64% -
HSV(B) 269.48º 0.52% 0.87% -
XYZ 33.44 23.37 71.86 -
YUV 136.27 176.38 147.07 -
System Red Green Blue C M Y K H S L
Decimal 163 106 222 0.27 0.52 0 0.13 269.48 0.64 0.64
Hex A3 6A DE 1B 34 0 D 10D 40 40
Octal 243 152 336 33 64 0 15 415 100 100
Binary 10100011 1101010 11011110 11011 110100 0 1101 100001101 1000000 1000000

Color Harmonies of #A36ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36ADE

Black with #A36ADE

Text Example


Text Example

White with #A36ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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