Html Css Color HEX #A55DCD Amethyst

📋 copy color: '#A55DCD'

red 165 ◦ green 93 ◦ blue 205

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

Shades of Amethyst #A55DCD

Tints of Amethyst #A55DCD

RGB

 RED value IS 165 (64.84% from 255) = 35.64%

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

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

R = 35.64%
G = 20.09%
B = 44.28%

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

#A55DCD (or 0xA55DCD) is known color: Amethyst. HEX triplet: A5, 5D and CD. RGB value is (165,93,205). Sum of RGB (Red+Green+Blue) = 165+93+205=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 93 (36.72% from 255 or 20.09% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #A55DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55DCD is #5AA232. Grayscale: #7E7E7E. Windows color (decimal): -5939763 or 13458853. OLE color: 13458853.

HSL color Cylindrical-coordinate representation of color #A55DCD: hue angle of 278.57º 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 #A55DCD is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 93 205 -
CMYK 0.20 0.55 0 0.20
HSL 278.57º 0.53% 0.58% -
HSV(B) 278.57º 0.55% 0.8% -
XYZ 30.45 20.24 60.06 -
YUV 127.3 171.85 154.89 -
System Red Green Blue C M Y K H S L
Decimal 165 93 205 0.20 0.55 0 0.20 278.57 0.53 0.58
Hex A5 5D CD 14 37 0 14 117 35 3A
Octal 245 135 315 24 67 0 24 427 65 72
Binary 10100101 1011101 11001101 10100 110111 0 10100 100010111 110101 111010

Color Harmonies of #A55DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55DCD

Black with #A55DCD

Text Example


Text Example

White with #A55DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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