Html Css Color HEX #A36DDC Amethyst

📋 copy color: '#A36DDC'

red 163 ◦ green 109 ◦ blue 220

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

Shades of Amethyst #A36DDC

Tints of Amethyst #A36DDC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.15%

 BLUE value IS 220 (86.33% from 255) = 44.72%

R = 33.13%
G = 22.15%
B = 44.72%

CMYK

 C value IS 0.26

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A36DDC (or 0xA36DDC) is known color: Amethyst. HEX triplet: A3, 6D and DC. RGB value is (163,109,220). Sum of RGB (Red+Green+Blue) = 163+109+220=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 109 (42.97% from 255 or 22.15% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #A36DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36DDC is #5C9223. Grayscale: #898989. Windows color (decimal): -6066724 or 14445987. OLE color: 14445987.

HSL color Cylindrical-coordinate representation of color #A36DDC: hue angle of 269.19º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A36DDC is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 109 220 -
CMYK 0.26 0.50 0 0.14
HSL 269.19º 0.61% 0.65% -
HSV(B) 269.19º 0.5% 0.86% -
XYZ 33.49 23.89 70.56 -
YUV 137.8 174.39 145.97 -
System Red Green Blue C M Y K H S L
Decimal 163 109 220 0.26 0.50 0 0.14 269.19 0.61 0.65
Hex A3 6D DC 1A 32 0 E 10D 3D 41
Octal 243 155 334 32 62 0 16 415 75 101
Binary 10100011 1101101 11011100 11010 110010 0 1110 100001101 111101 1000001

Color Harmonies of #A36DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36DDC

Black with #A36DDC

Text Example


Text Example

White with #A36DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36DDC; }

 p { color: rgb(163,109,220); }

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

background-color css

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

 a { background-color: rgb(163,109,220); }

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

border-color css

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

 span { border-color: rgb(163,109,220); }

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