Html Css Color HEX #A05ACD Amethyst

📋 copy color: '#A05ACD'

red 160 ◦ green 90 ◦ blue 205

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

Shades of Amethyst #A05ACD

Tints of Amethyst #A05ACD

RGB

 RED value IS 160 (62.89% from 255) = 35.16%

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

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

R = 35.16%
G = 19.78%
B = 45.05%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A05ACD (or 0xA05ACD) is known color: Amethyst. HEX triplet: A0, 5A and CD. RGB value is (160,90,205). Sum of RGB (Red+Green+Blue) = 160+90+205=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 90 (35.55% from 255 or 19.78% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #A05ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05ACD is #5FA532. Grayscale: #7B7B7B. Windows color (decimal): -6268211 or 13458080. OLE color: 13458080.

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

Color convert

RGB 160 90 205 -
CMYK 0.22 0.56 0 0.20
HSL 276.52º 0.53% 0.58% -
HSV(B) 276.52º 0.56% 0.8% -
XYZ 29.17 19.19 59.92 -
YUV 124.04 173.69 153.65 -
System Red Green Blue C M Y K H S L
Decimal 160 90 205 0.22 0.56 0 0.20 276.52 0.53 0.58
Hex A0 5A CD 16 38 0 14 115 35 3A
Octal 240 132 315 26 70 0 24 425 65 72
Binary 10100000 1011010 11001101 10110 111000 0 10100 100010101 110101 111010

Color Harmonies of #A05ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05ACD

Black with #A05ACD

Text Example


Text Example

White with #A05ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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