Html Css Color HEX #A35ECB Amethyst

📋 copy color: '#A35ECB'

red 163 ◦ green 94 ◦ blue 203

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

Shades of Amethyst #A35ECB

Tints of Amethyst #A35ECB

RGB

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

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

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

R = 35.43%
G = 20.43%
B = 44.13%

CMYK

 C value IS 0.20

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A35ECB (or 0xA35ECB) is known color: Amethyst. HEX triplet: A3, 5E and CB. RGB value is (163,94,203). Sum of RGB (Red+Green+Blue) = 163+94+203=460 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.43% from 460); Green value is 94 (37.11% from 255 or 20.43% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #A35ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35ECB is #5CA134. Grayscale: #7E7E7E. Windows color (decimal): -6070581 or 13328035. OLE color: 13328035.

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

Color convert

RGB 163 94 203 -
CMYK 0.20 0.54 0 0.20
HSL 277.98º 0.51% 0.58% -
HSV(B) 277.98º 0.54% 0.8% -
XYZ 29.89 20.1 58.81 -
YUV 127.06 170.86 153.64 -
System Red Green Blue C M Y K H S L
Decimal 163 94 203 0.20 0.54 0 0.20 277.98 0.51 0.58
Hex A3 5E CB 14 36 0 14 116 33 3A
Octal 243 136 313 24 66 0 24 426 63 72
Binary 10100011 1011110 11001011 10100 110110 0 10100 100010110 110011 111010

Color Harmonies of #A35ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35ECB

Black with #A35ECB

Text Example


Text Example

White with #A35ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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