Html Css Color HEX #A36CC0 Amethyst

📋 copy color: '#A36CC0'

red 163 ◦ green 108 ◦ blue 192

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

Shades of Amethyst #A36CC0

Tints of Amethyst #A36CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.47%

R = 35.21%
G = 23.33%
B = 41.47%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A36CC0 (or 0xA36CC0) is known color: Amethyst. HEX triplet: A3, 6C and C0. RGB value is (163,108,192). Sum of RGB (Red+Green+Blue) = 163+108+192=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 108 (42.58% from 255 or 23.33% from 463); Blue value is 192 (75.39% from 255 or 41.47% from 463); Max value from RGB is 192 - color contains mainly: blue. Hex color #A36CC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36CC0 is #5C933F. Grayscale: #858585. Windows color (decimal): -6067008 or 12610723. OLE color: 12610723.

HSL color Cylindrical-coordinate representation of color #A36CC0: hue angle of 279.29º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A36CC0 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 108 192 -
CMYK 0.15 0.44 0 0.25
HSL 279.29º 0.4% 0.59% -
HSV(B) 279.29º 0.44% 0.75% -
XYZ 29.98 22.32 52.6 -
YUV 134.02 160.72 148.67 -
System Red Green Blue C M Y K H S L
Decimal 163 108 192 0.15 0.44 0 0.25 279.29 0.4 0.59
Hex A3 6C C0 F 2C 0 19 117 28 3B
Octal 243 154 300 17 54 0 31 427 50 73
Binary 10100011 1101100 11000000 1111 101100 0 11001 100010111 101000 111011

Color Harmonies of #A36CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36CC0

Black with #A36CC0

Text Example


Text Example

White with #A36CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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