Html Css Color HEX #A36DDA Amethyst

📋 copy color: '#A36DDA'

red 163 ◦ green 109 ◦ blue 218

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

Shades of Amethyst #A36DDA

Tints of Amethyst #A36DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.49%

R = 33.27%
G = 22.24%
B = 44.49%

CMYK

 C value IS 0.25

 M value IS 0.5

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A36DDA (or 0xA36DDA) is known color: Amethyst. HEX triplet: A3, 6D and DA. RGB value is (163,109,218). Sum of RGB (Red+Green+Blue) = 163+109+218=490 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.27% from 490); Green value is 109 (42.97% from 255 or 22.24% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #A36DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36DDA is #5C9225. Grayscale: #898989. Windows color (decimal): -6066726 or 14314915. OLE color: 14314915.

HSL color Cylindrical-coordinate representation of color #A36DDA: hue angle of 269.72º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A36DDA is Cyan = 0.25, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 163 109 218 -
CMYK 0.25 0.5 0 0.15
HSL 269.72º 0.6% 0.64% -
HSV(B) 269.72º 0.5% 0.85% -
XYZ 33.23 23.79 69.17 -
YUV 137.57 173.39 146.14 -
System Red Green Blue C M Y K H S L
Decimal 163 109 218 0.25 0.5 0 0.15 269.72 0.6 0.64
Hex A3 6D DA 19 32 0 F 10E 3C 40
Octal 243 155 332 31 62 0 17 416 74 100
Binary 10100011 1101101 11011010 11001 110010 0 1111 100001110 111100 1000000

Color Harmonies of #A36DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36DDA

Black with #A36DDA

Text Example


Text Example

White with #A36DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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