Html Css Color HEX #A35DCD Amethyst

📋 copy color: '#A35DCD'

red 163 ◦ green 93 ◦ blue 205

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

Shades of Amethyst #A35DCD

Tints of Amethyst #A35DCD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.17%

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

R = 35.36%
G = 20.17%
B = 44.47%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A35DCD (or 0xA35DCD) is known color: Amethyst. HEX triplet: A3, 5D and CD. RGB value is (163,93,205). Sum of RGB (Red+Green+Blue) = 163+93+205=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 93 (36.72% from 255 or 20.17% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #A35DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35DCD is #5CA232. Grayscale: #7E7E7E. Windows color (decimal): -6070835 or 13458851. OLE color: 13458851.

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

Color convert

RGB 163 93 205 -
CMYK 0.20 0.55 0 0.20
HSL 277.5º 0.53% 0.58% -
HSV(B) 277.5º 0.55% 0.8% -
XYZ 30.04 20.02 60.04 -
YUV 126.7 172.19 153.89 -
System Red Green Blue C M Y K H S L
Decimal 163 93 205 0.20 0.55 0 0.20 277.5 0.53 0.58
Hex A3 5D CD 14 37 0 14 116 35 3A
Octal 243 135 315 24 67 0 24 426 65 72
Binary 10100011 1011101 11001101 10100 110111 0 10100 100010110 110101 111010

Color Harmonies of #A35DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35DCD

Black with #A35DCD

Text Example


Text Example

White with #A35DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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