Html Css Color HEX #A05BDB Amethyst

📋 copy color: '#A05BDB'

red 160 ◦ green 91 ◦ blue 219

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

Shades of Amethyst #A05BDB

Tints of Amethyst #A05BDB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.36%

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

R = 34.04%
G = 19.36%
B = 46.6%

CMYK

 C value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A05BDB (or 0xA05BDB) is known color: Amethyst. HEX triplet: A0, 5B and DB. RGB value is (160,91,219). Sum of RGB (Red+Green+Blue) = 160+91+219=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 91 (35.94% from 255 or 19.36% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #A05BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05BDB is #5FA424. Grayscale: #7D7D7D. Windows color (decimal): -6267941 or 14375840. OLE color: 14375840.

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

Color convert

RGB 160 91 219 -
CMYK 0.27 0.58 0 0.14
HSL 272.34º 0.64% 0.61% -
HSV(B) 272.34º 0.58% 0.86% -
XYZ 31.02 20.07 69.26 -
YUV 126.22 180.36 152.09 -
System Red Green Blue C M Y K H S L
Decimal 160 91 219 0.27 0.58 0 0.14 272.34 0.64 0.61
Hex A0 5B DB 1B 3A 0 E 110 40 3D
Octal 240 133 333 33 72 0 16 420 100 75
Binary 10100000 1011011 11011011 11011 111010 0 1110 100010000 1000000 111101

Color Harmonies of #A05BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05BDB

Black with #A05BDB

Text Example


Text Example

White with #A05BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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