Html Css Color HEX #A36DD0 Amethyst

📋 copy color: '#A36DD0'

red 163 ◦ green 109 ◦ blue 208

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

Shades of Amethyst #A36DD0

Tints of Amethyst #A36DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.33%

R = 33.96%
G = 22.71%
B = 43.33%

CMYK

 C value IS 0.22

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A36DD0 (or 0xA36DD0) is known color: Amethyst. HEX triplet: A3, 6D and D0. RGB value is (163,109,208). Sum of RGB (Red+Green+Blue) = 163+109+208=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 109 (42.97% from 255 or 22.71% from 480); Blue value is 208 (81.64% from 255 or 43.33% from 480); Max value from RGB is 208 - color contains mainly: blue. Hex color #A36DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36DD0 is #5C922F. Grayscale: #888888. Windows color (decimal): -6066736 or 13659555. OLE color: 13659555.

HSL color Cylindrical-coordinate representation of color #A36DD0: hue angle of 272.73º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A36DD0 is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 163 109 208 -
CMYK 0.22 0.48 0 0.18
HSL 272.73º 0.51% 0.62% -
HSV(B) 272.73º 0.48% 0.82% -
XYZ 31.96 23.28 62.48 -
YUV 136.43 168.39 146.95 -
System Red Green Blue C M Y K H S L
Decimal 163 109 208 0.22 0.48 0 0.18 272.73 0.51 0.62
Hex A3 6D D0 16 30 0 12 111 33 3E
Octal 243 155 320 26 60 0 22 421 63 76
Binary 10100011 1101101 11010000 10110 110000 0 10010 100010001 110011 111110

Color Harmonies of #A36DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36DD0

Black with #A36DD0

Text Example


Text Example

White with #A36DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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