Html Css Color HEX #A36ECA Amethyst

📋 copy color: '#A36ECA'

red 163 ◦ green 110 ◦ blue 202

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

Shades of Amethyst #A36ECA

Tints of Amethyst #A36ECA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.16%

 BLUE value IS 202 (79.3% from 255) = 42.53%

R = 34.32%
G = 23.16%
B = 42.53%

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

#A36ECA (or 0xA36ECA) is known color: Amethyst. HEX triplet: A3, 6E and CA. RGB value is (163,110,202). Sum of RGB (Red+Green+Blue) = 163+110+202=475 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.32% from 475); Green value is 110 (43.36% from 255 or 23.16% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #A36ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36ECA is #5C9135. Grayscale: #888888. Windows color (decimal): -6066486 or 13266595. OLE color: 13266595.

HSL color Cylindrical-coordinate representation of color #A36ECA: hue angle of 274.57º 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 #A36ECA is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 163 110 202 -
CMYK 0.19 0.46 0 0.21
HSL 274.57º 0.46% 0.61% -
HSV(B) 274.57º 0.46% 0.79% -
XYZ 31.34 23.2 58.7 -
YUV 136.34 165.06 147.02 -
System Red Green Blue C M Y K H S L
Decimal 163 110 202 0.19 0.46 0 0.21 274.57 0.46 0.61
Hex A3 6E CA 13 2E 0 15 113 2E 3D
Octal 243 156 312 23 56 0 25 423 56 75
Binary 10100011 1101110 11001010 10011 101110 0 10101 100010011 101110 111101

Color Harmonies of #A36ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36ECA

Black with #A36ECA

Text Example


Text Example

White with #A36ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36ECA; }

 p { color: rgb(163,110,202); }

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

background-color css

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

 a { background-color: rgb(163,110,202); }

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

border-color css

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

 span { border-color: rgb(163,110,202); }

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