Html Css Color HEX #A36BCE Amethyst

📋 copy color: '#A36BCE'

red 163 ◦ green 107 ◦ blue 206

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

Shades of Amethyst #A36BCE

Tints of Amethyst #A36BCE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.48%

 BLUE value IS 206 (80.86% from 255) = 43.28%

R = 34.24%
G = 22.48%
B = 43.28%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A36BCE (or 0xA36BCE) is known color: Amethyst. HEX triplet: A3, 6B and CE. RGB value is (163,107,206). Sum of RGB (Red+Green+Blue) = 163+107+206=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 107 (42.19% from 255 or 22.48% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #A36BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36BCE is #5C9431. Grayscale: #868686. Windows color (decimal): -6067250 or 13527971. OLE color: 13527971.

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

Color convert

RGB 163 107 206 -
CMYK 0.21 0.48 0 0.19
HSL 273.94º 0.5% 0.61% -
HSV(B) 273.94º 0.48% 0.81% -
XYZ 31.5 22.76 61.12 -
YUV 135.03 168.05 147.95 -
System Red Green Blue C M Y K H S L
Decimal 163 107 206 0.21 0.48 0 0.19 273.94 0.5 0.61
Hex A3 6B CE 15 30 0 13 112 32 3D
Octal 243 153 316 25 60 0 23 422 62 75
Binary 10100011 1101011 11001110 10101 110000 0 10011 100010010 110010 111101

Color Harmonies of #A36BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36BCE

Black with #A36BCE

Text Example


Text Example

White with #A36BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36BCE; }

 p { color: rgb(163,107,206); }

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

background-color css

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

 a { background-color: rgb(163,107,206); }

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

border-color css

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

 span { border-color: rgb(163,107,206); }

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