Html Css Color HEX #A05FDB Amethyst

📋 copy color: '#A05FDB'

red 160 ◦ green 95 ◦ blue 219

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

Shades of Amethyst #A05FDB

Tints of Amethyst #A05FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.2%

R = 33.76%
G = 20.04%
B = 46.2%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A05FDB (or 0xA05FDB) is known color: Amethyst. HEX triplet: A0, 5F and DB. RGB value is (160,95,219). Sum of RGB (Red+Green+Blue) = 160+95+219=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 95 (37.5% from 255 or 20.04% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #A05FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05FDB is #5FA024. Grayscale: #808080. Windows color (decimal): -6266917 or 14376864. OLE color: 14376864.

HSL color Cylindrical-coordinate representation of color #A05FDB: hue angle of 271.45º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A05FDB is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 95 219 -
CMYK 0.27 0.57 0 0.14
HSL 271.45º 0.63% 0.62% -
HSV(B) 271.45º 0.57% 0.86% -
XYZ 31.38 20.77 69.37 -
YUV 128.57 179.03 150.42 -
System Red Green Blue C M Y K H S L
Decimal 160 95 219 0.27 0.57 0 0.14 271.45 0.63 0.62
Hex A0 5F DB 1B 39 0 E 10F 3F 3E
Octal 240 137 333 33 71 0 16 417 77 76
Binary 10100000 1011111 11011011 11011 111001 0 1110 100001111 111111 111110

Color Harmonies of #A05FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05FDB

Black with #A05FDB

Text Example


Text Example

White with #A05FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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