Html Css Color HEX #A36CDC Amethyst

📋 copy color: '#A36CDC'

red 163 ◦ green 108 ◦ blue 220

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

Shades of Amethyst #A36CDC

Tints of Amethyst #A36CDC

RGB

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

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

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

R = 33.2%
G = 22%
B = 44.81%

CMYK

 C value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A36CDC (or 0xA36CDC) is known color: Amethyst. HEX triplet: A3, 6C and DC. RGB value is (163,108,220). Sum of RGB (Red+Green+Blue) = 163+108+220=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 108 (42.58% from 255 or 22.00% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #A36CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36CDC is #5C9323. Grayscale: #888888. Windows color (decimal): -6066980 or 14445731. OLE color: 14445731.

HSL color Cylindrical-coordinate representation of color #A36CDC: hue angle of 269.46º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A36CDC is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 108 220 -
CMYK 0.26 0.51 0 0.14
HSL 269.46º 0.62% 0.64% -
HSV(B) 269.46º 0.51% 0.86% -
XYZ 33.39 23.68 70.52 -
YUV 137.21 174.72 146.39 -
System Red Green Blue C M Y K H S L
Decimal 163 108 220 0.26 0.51 0 0.14 269.46 0.62 0.64
Hex A3 6C DC 1A 33 0 E 10D 3E 40
Octal 243 154 334 32 63 0 16 415 76 100
Binary 10100011 1101100 11011100 11010 110011 0 1110 100001101 111110 1000000

Color Harmonies of #A36CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36CDC

Black with #A36CDC

Text Example


Text Example

White with #A36CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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