Html Css Color HEX #A36CC9 Amethyst

📋 copy color: '#A36CC9'

red 163 ◦ green 108 ◦ blue 201

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

Shades of Amethyst #A36CC9

Tints of Amethyst #A36CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.58%

R = 34.53%
G = 22.88%
B = 42.58%

CMYK

 C value IS 0.19

 M value IS 0.46

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A36CC9 (or 0xA36CC9) is known color: Amethyst. HEX triplet: A3, 6C and C9. RGB value is (163,108,201). Sum of RGB (Red+Green+Blue) = 163+108+201=472 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.53% from 472); Green value is 108 (42.58% from 255 or 22.88% from 472); Blue value is 201 (78.91% from 255 or 42.58% from 472); Max value from RGB is 201 - color contains mainly: blue. Hex color #A36CC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36CC9 is #5C9336. Grayscale: #868686. Windows color (decimal): -6066999 or 13200547. OLE color: 13200547.

HSL color Cylindrical-coordinate representation of color #A36CC9: hue angle of 275.48º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A36CC9 is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 163 108 201 -
CMYK 0.19 0.46 0 0.21
HSL 275.48º 0.46% 0.61% -
HSV(B) 275.48º 0.46% 0.79% -
XYZ 31.01 22.73 58.01 -
YUV 135.05 165.22 147.94 -
System Red Green Blue C M Y K H S L
Decimal 163 108 201 0.19 0.46 0 0.21 275.48 0.46 0.61
Hex A3 6C C9 13 2E 0 15 113 2E 3D
Octal 243 154 311 23 56 0 25 423 56 75
Binary 10100011 1101100 11001001 10011 101110 0 10101 100010011 101110 111101

Color Harmonies of #A36CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36CC9

Black with #A36CC9

Text Example


Text Example

White with #A36CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36CC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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