Html Css Color HEX #A36FC0 Amethyst

📋 copy color: '#A36FC0'

red 163 ◦ green 111 ◦ blue 192

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

Shades of Amethyst #A36FC0

Tints of Amethyst #A36FC0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.82%

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

R = 34.98%
G = 23.82%
B = 41.2%

CMYK

 C value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A36FC0 (or 0xA36FC0) is known color: Amethyst. HEX triplet: A3, 6F and C0. RGB value is (163,111,192). Sum of RGB (Red+Green+Blue) = 163+111+192=466 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.98% from 466); Green value is 111 (43.75% from 255 or 23.82% from 466); Blue value is 192 (75.39% from 255 or 41.20% from 466); Max value from RGB is 192 - color contains mainly: blue. Hex color #A36FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36FC0 is #5C903F. Grayscale: #878787. Windows color (decimal): -6066240 or 12611491. OLE color: 12611491.

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

Color convert

RGB 163 111 192 -
CMYK 0.15 0.42 0 0.25
HSL 278.52º 0.39% 0.59% -
HSV(B) 278.52º 0.42% 0.75% -
XYZ 30.3 22.96 52.7 -
YUV 135.78 159.73 147.41 -
System Red Green Blue C M Y K H S L
Decimal 163 111 192 0.15 0.42 0 0.25 278.52 0.39 0.59
Hex A3 6F C0 F 2A 0 19 117 27 3B
Octal 243 157 300 17 52 0 31 427 47 73
Binary 10100011 1101111 11000000 1111 101010 0 11001 100010111 100111 111011

Color Harmonies of #A36FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36FC0

Black with #A36FC0

Text Example


Text Example

White with #A36FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36FC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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