Html Css Color HEX #A35ECE Amethyst

📋 copy color: '#A35ECE'

red 163 ◦ green 94 ◦ blue 206

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

Shades of Amethyst #A35ECE

Tints of Amethyst #A35ECE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.3%

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

R = 35.21%
G = 20.3%
B = 44.49%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A35ECE (or 0xA35ECE) is known color: Amethyst. HEX triplet: A3, 5E and CE. RGB value is (163,94,206). Sum of RGB (Red+Green+Blue) = 163+94+206=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 94 (37.11% from 255 or 20.30% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #A35ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35ECE is #5CA131. Grayscale: #7F7F7F. Windows color (decimal): -6070578 or 13524643. OLE color: 13524643.

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

Color convert

RGB 163 94 206 -
CMYK 0.21 0.54 0 0.19
HSL 276.96º 0.53% 0.59% -
HSV(B) 276.96º 0.54% 0.81% -
XYZ 30.25 20.25 60.71 -
YUV 127.4 172.36 153.39 -
System Red Green Blue C M Y K H S L
Decimal 163 94 206 0.21 0.54 0 0.19 276.96 0.53 0.59
Hex A3 5E CE 15 36 0 13 115 35 3B
Octal 243 136 316 25 66 0 23 425 65 73
Binary 10100011 1011110 11001110 10101 110110 0 10011 100010101 110101 111011

Color Harmonies of #A35ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35ECE

Black with #A35ECE

Text Example


Text Example

White with #A35ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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