Html Css Color HEX #A55ACD Amethyst

📋 copy color: '#A55ACD'

red 165 ◦ green 90 ◦ blue 205

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

Shades of Amethyst #A55ACD

Tints of Amethyst #A55ACD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.57%

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

R = 35.87%
G = 19.57%
B = 44.57%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A55ACD (or 0xA55ACD) is known color: Amethyst. HEX triplet: A5, 5A and CD. RGB value is (165,90,205). Sum of RGB (Red+Green+Blue) = 165+90+205=460 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.87% from 460); Green value is 90 (35.55% from 255 or 19.57% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #A55ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55ACD is #5AA532. Grayscale: #7D7D7D. Windows color (decimal): -5940531 or 13458085. OLE color: 13458085.

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

Color convert

RGB 165 90 205 -
CMYK 0.20 0.56 0 0.20
HSL 279.13º 0.53% 0.58% -
HSV(B) 279.13º 0.56% 0.8% -
XYZ 30.19 19.72 59.97 -
YUV 125.54 172.85 156.15 -
System Red Green Blue C M Y K H S L
Decimal 165 90 205 0.20 0.56 0 0.20 279.13 0.53 0.58
Hex A5 5A CD 14 38 0 14 117 35 3A
Octal 245 132 315 24 70 0 24 427 65 72
Binary 10100101 1011010 11001101 10100 111000 0 10100 100010111 110101 111010

Color Harmonies of #A55ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55ACD

Black with #A55ACD

Text Example


Text Example

White with #A55ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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