Html Css Color HEX #A05FD0 Amethyst

📋 copy color: '#A05FD0'

red 160 ◦ green 95 ◦ blue 208

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

Shades of Amethyst #A05FD0

Tints of Amethyst #A05FD0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.52%

 BLUE value IS 208 (81.64% from 255) = 44.92%

R = 34.56%
G = 20.52%
B = 44.92%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A05FD0 (or 0xA05FD0) is known color: Amethyst. HEX triplet: A0, 5F and D0. RGB value is (160,95,208). Sum of RGB (Red+Green+Blue) = 160+95+208=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 95 (37.5% from 255 or 20.52% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 208 - color contains mainly: blue. Hex color #A05FD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05FD0 is #5FA02F. Grayscale: #7E7E7E. Windows color (decimal): -6266928 or 13655968. OLE color: 13655968.

HSL color Cylindrical-coordinate representation of color #A05FD0: hue angle of 274.51º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A05FD0 is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 95 208 -
CMYK 0.23 0.54 0 0.18
HSL 274.51º 0.55% 0.59% -
HSV(B) 274.51º 0.54% 0.82% -
XYZ 29.97 20.21 62 -
YUV 127.32 173.53 151.31 -
System Red Green Blue C M Y K H S L
Decimal 160 95 208 0.23 0.54 0 0.18 274.51 0.55 0.59
Hex A0 5F D0 17 36 0 12 113 37 3B
Octal 240 137 320 27 66 0 22 423 67 73
Binary 10100000 1011111 11010000 10111 110110 0 10010 100010011 110111 111011

Color Harmonies of #A05FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05FD0

Black with #A05FD0

Text Example


Text Example

White with #A05FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05FD0; }

 p { color: rgb(160,95,208); }

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

background-color css

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

 a { background-color: rgb(160,95,208); }

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

border-color css

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

 span { border-color: rgb(160,95,208); }

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