Html Css Color HEX #A35ECC Amethyst

📋 copy color: '#A35ECC'

red 163 ◦ green 94 ◦ blue 204

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

Shades of Amethyst #A35ECC

Tints of Amethyst #A35ECC

RGB

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

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

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

R = 35.36%
G = 20.39%
B = 44.25%

CMYK

 C value IS 0.20

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A35ECC (or 0xA35ECC) is known color: Amethyst. HEX triplet: A3, 5E and CC. RGB value is (163,94,204). Sum of RGB (Red+Green+Blue) = 163+94+204=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 94 (37.11% from 255 or 20.39% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #A35ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35ECC is #5CA133. Grayscale: #7E7E7E. Windows color (decimal): -6070580 or 13393571. OLE color: 13393571.

HSL color Cylindrical-coordinate representation of color #A35ECC: hue angle of 277.64º degrees, saturation: 0.52, 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 #A35ECC is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 163 94 204 -
CMYK 0.20 0.54 0 0.2
HSL 277.64º 0.52% 0.58% -
HSV(B) 277.64º 0.54% 0.8% -
XYZ 30.01 20.15 59.43 -
YUV 127.17 171.36 153.56 -
System Red Green Blue C M Y K H S L
Decimal 163 94 204 0.20 0.54 0 0.2 277.64 0.52 0.58
Hex A3 5E CC 14 36 0 14 116 34 3A
Octal 243 136 314 24 66 0 24 426 64 72
Binary 10100011 1011110 11001100 10100 110110 0 10100 100010110 110100 111010

Color Harmonies of #A35ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35ECC

Black with #A35ECC

Text Example


Text Example

White with #A35ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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