Html Css Color HEX #A36ECB Amethyst

📋 copy color: '#A36ECB'

red 163 ◦ green 110 ◦ blue 203

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

Shades of Amethyst #A36ECB

Tints of Amethyst #A36ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.65%

R = 34.24%
G = 23.11%
B = 42.65%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A36ECB (or 0xA36ECB) is known color: Amethyst. HEX triplet: A3, 6E and CB. RGB value is (163,110,203). Sum of RGB (Red+Green+Blue) = 163+110+203=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 110 (43.36% from 255 or 23.11% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #A36ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36ECB is #5C9134. Grayscale: #888888. Windows color (decimal): -6066485 or 13332131. OLE color: 13332131.

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

Color convert

RGB 163 110 203 -
CMYK 0.20 0.46 0 0.20
HSL 274.19º 0.47% 0.61% -
HSV(B) 274.19º 0.46% 0.8% -
XYZ 31.46 23.25 59.33 -
YUV 136.45 165.56 146.94 -
System Red Green Blue C M Y K H S L
Decimal 163 110 203 0.20 0.46 0 0.20 274.19 0.47 0.61
Hex A3 6E CB 14 2E 0 14 112 2F 3D
Octal 243 156 313 24 56 0 24 422 57 75
Binary 10100011 1101110 11001011 10100 101110 0 10100 100010010 101111 111101

Color Harmonies of #A36ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36ECB

Black with #A36ECB

Text Example


Text Example

White with #A36ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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