Html Css Color HEX #A36CDD Amethyst

📋 copy color: '#A36CDD'

red 163 ◦ green 108 ◦ blue 221

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

Shades of Amethyst #A36CDD

Tints of Amethyst #A36CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.92%

R = 33.13%
G = 21.95%
B = 44.92%

CMYK

 C value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A36CDD (or 0xA36CDD) is known color: Amethyst. HEX triplet: A3, 6C and DD. RGB value is (163,108,221). Sum of RGB (Red+Green+Blue) = 163+108+221=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 108 (42.58% from 255 or 21.95% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #A36CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36CDD is #5C9322. Grayscale: #888888. Windows color (decimal): -6066979 or 14511267. OLE color: 14511267.

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

Color convert

RGB 163 108 221 -
CMYK 0.26 0.51 0 0.13
HSL 269.2º 0.62% 0.65% -
HSV(B) 269.2º 0.51% 0.87% -
XYZ 33.52 23.73 71.22 -
YUV 137.33 175.22 146.31 -
System Red Green Blue C M Y K H S L
Decimal 163 108 221 0.26 0.51 0 0.13 269.2 0.62 0.65
Hex A3 6C DD 1A 33 0 D 10D 3E 41
Octal 243 154 335 32 63 0 15 415 76 101
Binary 10100011 1101100 11011101 11010 110011 0 1101 100001101 111110 1000001

Color Harmonies of #A36CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36CDD

Black with #A36CDD

Text Example


Text Example

White with #A36CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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