Html Css Color HEX #A05ADB Amethyst

📋 copy color: '#A05ADB'

red 160 ◦ green 90 ◦ blue 219

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

Shades of Amethyst #A05ADB

Tints of Amethyst #A05ADB

RGB

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

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

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

R = 34.12%
G = 19.19%
B = 46.7%

CMYK

 C value IS 0.27

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A05ADB (or 0xA05ADB) is known color: Amethyst. HEX triplet: A0, 5A and DB. RGB value is (160,90,219). Sum of RGB (Red+Green+Blue) = 160+90+219=469 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.12% from 469); Green value is 90 (35.55% from 255 or 19.19% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #A05ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05ADB is #5FA524. Grayscale: #7D7D7D. Windows color (decimal): -6268197 or 14375584. OLE color: 14375584.

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

Color convert

RGB 160 90 219 -
CMYK 0.27 0.59 0 0.14
HSL 272.56º 0.64% 0.61% -
HSV(B) 272.56º 0.59% 0.86% -
XYZ 30.94 19.9 69.23 -
YUV 125.64 180.69 152.51 -
System Red Green Blue C M Y K H S L
Decimal 160 90 219 0.27 0.59 0 0.14 272.56 0.64 0.61
Hex A0 5A DB 1B 3B 0 E 111 40 3D
Octal 240 132 333 33 73 0 16 421 100 75
Binary 10100000 1011010 11011011 11011 111011 0 1110 100010001 1000000 111101

Color Harmonies of #A05ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05ADB

Black with #A05ADB

Text Example


Text Example

White with #A05ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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