Html Css Color HEX #A36CD5 Amethyst

📋 copy color: '#A36CD5'

red 163 ◦ green 108 ◦ blue 213

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

Shades of Amethyst #A36CD5

Tints of Amethyst #A36CD5

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.31%

 BLUE value IS 213 (83.59% from 255) = 44.01%

R = 33.68%
G = 22.31%
B = 44.01%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A36CD5 (or 0xA36CD5) is known color: Amethyst. HEX triplet: A3, 6C and D5. RGB value is (163,108,213). Sum of RGB (Red+Green+Blue) = 163+108+213=484 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.68% from 484); Green value is 108 (42.58% from 255 or 22.31% from 484); Blue value is 213 (83.59% from 255 or 44.01% from 484); Max value from RGB is 213 - color contains mainly: blue. Hex color #A36CD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36CD5 is #5C932A. Grayscale: #888888. Windows color (decimal): -6066987 or 13986979. OLE color: 13986979.

HSL color Cylindrical-coordinate representation of color #A36CD5: hue angle of 271.43º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A36CD5 is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 163 108 213 -
CMYK 0.23 0.49 0 0.16
HSL 271.43º 0.56% 0.63% -
HSV(B) 271.43º 0.49% 0.84% -
XYZ 32.48 23.32 65.74 -
YUV 136.42 171.22 146.96 -
System Red Green Blue C M Y K H S L
Decimal 163 108 213 0.23 0.49 0 0.16 271.43 0.56 0.63
Hex A3 6C D5 17 31 0 10 10F 38 3F
Octal 243 154 325 27 61 0 20 417 70 77
Binary 10100011 1101100 11010101 10111 110001 0 10000 100001111 111000 111111

Color Harmonies of #A36CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36CD5

Black with #A36CD5

Text Example


Text Example

White with #A36CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36CD5; }

 p { color: rgb(163,108,213); }

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

background-color css

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

 a { background-color: rgb(163,108,213); }

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

border-color css

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

 span { border-color: rgb(163,108,213); }

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