Html Css Color HEX #A051DB Amethyst

📋 copy color: '#A051DB'

red 160 ◦ green 81 ◦ blue 219

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

Shades of Amethyst #A051DB

Tints of Amethyst #A051DB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.61%

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

R = 34.78%
G = 17.61%
B = 47.61%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A051DB (or 0xA051DB) is known color: Amethyst. HEX triplet: A0, 51 and DB. RGB value is (160,81,219). Sum of RGB (Red+Green+Blue) = 160+81+219=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 81 (32.03% from 255 or 17.61% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #A051DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A051DB is #5FAE24. Grayscale: #777777. Windows color (decimal): -6270501 or 14373280. OLE color: 14373280.

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

Color convert

RGB 160 81 219 -
CMYK 0.27 0.63 0 0.14
HSL 274.35º 0.66% 0.59% -
HSV(B) 274.35º 0.63% 0.86% -
XYZ 30.23 18.47 68.99 -
YUV 120.35 183.67 156.28 -
System Red Green Blue C M Y K H S L
Decimal 160 81 219 0.27 0.63 0 0.14 274.35 0.66 0.59
Hex A0 51 DB 1B 3F 0 E 112 42 3B
Octal 240 121 333 33 77 0 16 422 102 73
Binary 10100000 1010001 11011011 11011 111111 0 1110 100010010 1000010 111011

Color Harmonies of #A051DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A051DB

Black with #A051DB

Text Example


Text Example

White with #A051DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A051DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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