Html Css Color HEX #A36CDA Amethyst

📋 copy color: '#A36CDA'

red 163 ◦ green 108 ◦ blue 218

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

Shades of Amethyst #A36CDA

Tints of Amethyst #A36CDA

RGB

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

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

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

R = 33.33%
G = 22.09%
B = 44.58%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A36CDA (or 0xA36CDA) is known color: Amethyst. HEX triplet: A3, 6C and DA. RGB value is (163,108,218). Sum of RGB (Red+Green+Blue) = 163+108+218=489 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.33% from 489); Green value is 108 (42.58% from 255 or 22.09% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #A36CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36CDA is #5C9325. Grayscale: #888888. Windows color (decimal): -6066982 or 14314659. OLE color: 14314659.

HSL color Cylindrical-coordinate representation of color #A36CDA: hue angle of 270º 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 #A36CDA is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 163 108 218 -
CMYK 0.25 0.50 0 0.15
HSL 270º 0.6% 0.64% -
HSV(B) 270º 0.5% 0.85% -
XYZ 33.12 23.57 69.13 -
YUV 136.99 173.72 146.56 -
System Red Green Blue C M Y K H S L
Decimal 163 108 218 0.25 0.50 0 0.15 270 0.6 0.64
Hex A3 6C DA 19 32 0 F 10E 3C 40
Octal 243 154 332 31 62 0 17 416 74 100
Binary 10100011 1101100 11011010 11001 110010 0 1111 100001110 111100 1000000

Color Harmonies of #A36CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36CDA

Black with #A36CDA

Text Example


Text Example

White with #A36CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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