Html Css Color HEX #A36ECC Amethyst

📋 copy color: '#A36ECC'

red 163 ◦ green 110 ◦ blue 204

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

Shades of Amethyst #A36ECC

Tints of Amethyst #A36ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.77%

R = 34.17%
G = 23.06%
B = 42.77%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A36ECC (or 0xA36ECC) is known color: Amethyst. HEX triplet: A3, 6E and CC. RGB value is (163,110,204). Sum of RGB (Red+Green+Blue) = 163+110+204=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 110 (43.36% from 255 or 23.06% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #A36ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36ECC is #5C9133. Grayscale: #888888. Windows color (decimal): -6066484 or 13397667. OLE color: 13397667.

HSL color Cylindrical-coordinate representation of color #A36ECC: hue angle of 273.83º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A36ECC is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 163 110 204 -
CMYK 0.20 0.46 0 0.2
HSL 273.83º 0.48% 0.62% -
HSV(B) 273.83º 0.46% 0.8% -
XYZ 31.58 23.3 59.96 -
YUV 136.56 166.06 146.86 -
System Red Green Blue C M Y K H S L
Decimal 163 110 204 0.20 0.46 0 0.2 273.83 0.48 0.62
Hex A3 6E CC 14 2E 0 14 112 30 3E
Octal 243 156 314 24 56 0 24 422 60 76
Binary 10100011 1101110 11001100 10100 101110 0 10100 100010010 110000 111110

Color Harmonies of #A36ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36ECC

Black with #A36ECC

Text Example


Text Example

White with #A36ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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