Html Css Color HEX #A05DD9 Amethyst

📋 copy color: '#A05DD9'

red 160 ◦ green 93 ◦ blue 217

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

Shades of Amethyst #A05DD9

Tints of Amethyst #A05DD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 46.17%

R = 34.04%
G = 19.79%
B = 46.17%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A05DD9 (or 0xA05DD9) is known color: Amethyst. HEX triplet: A0, 5D and D9. RGB value is (160,93,217). Sum of RGB (Red+Green+Blue) = 160+93+217=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 93 (36.72% from 255 or 19.79% from 470); Blue value is 217 (85.16% from 255 or 46.17% from 470); Max value from RGB is 217 - color contains mainly: blue. Hex color #A05DD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05DD9 is #5FA226. Grayscale: #7E7E7E. Windows color (decimal): -6267431 or 14245280. OLE color: 14245280.

HSL color Cylindrical-coordinate representation of color #A05DD9: hue angle of 272.42º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A05DD9 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 93 217 -
CMYK 0.26 0.57 0 0.15
HSL 272.42º 0.62% 0.61% -
HSV(B) 272.42º 0.57% 0.85% -
XYZ 30.94 20.31 67.94 -
YUV 127.17 178.7 151.42 -
System Red Green Blue C M Y K H S L
Decimal 160 93 217 0.26 0.57 0 0.15 272.42 0.62 0.61
Hex A0 5D D9 1A 39 0 F 110 3E 3D
Octal 240 135 331 32 71 0 17 420 76 75
Binary 10100000 1011101 11011001 11010 111001 0 1111 100010000 111110 111101

Color Harmonies of #A05DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05DD9

Black with #A05DD9

Text Example


Text Example

White with #A05DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05DD9; }

 p { color: rgb(160,93,217); }

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

background-color css

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

 a { background-color: rgb(160,93,217); }

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

border-color css

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

 span { border-color: rgb(160,93,217); }

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