Html Css Color HEX #A35ECD Amethyst

📋 copy color: '#A35ECD'

red 163 ◦ green 94 ◦ blue 205

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

Shades of Amethyst #A35ECD

Tints of Amethyst #A35ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.37%

R = 35.28%
G = 20.35%
B = 44.37%

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

#A35ECD (or 0xA35ECD) is known color: Amethyst. HEX triplet: A3, 5E and CD. RGB value is (163,94,205). Sum of RGB (Red+Green+Blue) = 163+94+205=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 94 (37.11% from 255 or 20.35% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #A35ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35ECD is #5CA132. Grayscale: #7E7E7E. Windows color (decimal): -6070579 or 13459107. OLE color: 13459107.

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

Color convert

RGB 163 94 205 -
CMYK 0.20 0.54 0 0.20
HSL 277.3º 0.53% 0.59% -
HSV(B) 277.3º 0.54% 0.8% -
XYZ 30.13 20.2 60.07 -
YUV 127.29 171.86 153.47 -
System Red Green Blue C M Y K H S L
Decimal 163 94 205 0.20 0.54 0 0.20 277.3 0.53 0.59
Hex A3 5E CD 14 36 0 14 115 35 3B
Octal 243 136 315 24 66 0 24 425 65 73
Binary 10100011 1011110 11001101 10100 110110 0 10100 100010101 110101 111011

Color Harmonies of #A35ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35ECD

Black with #A35ECD

Text Example


Text Example

White with #A35ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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