Html Css Color HEX #A061DB Amethyst

📋 copy color: '#A061DB'

red 160 ◦ green 97 ◦ blue 219

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

Shades of Amethyst #A061DB

Tints of Amethyst #A061DB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.38%

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

R = 33.61%
G = 20.38%
B = 46.01%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A061DB (or 0xA061DB) is known color: Amethyst. HEX triplet: A0, 61 and DB. RGB value is (160,97,219). Sum of RGB (Red+Green+Blue) = 160+97+219=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 97 (38.28% from 255 or 20.38% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #A061DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A061DB is #5F9E24. Grayscale: #818181. Windows color (decimal): -6266405 or 14377376. OLE color: 14377376.

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

Color convert

RGB 160 97 219 -
CMYK 0.27 0.56 0 0.14
HSL 270.98º 0.63% 0.62% -
HSV(B) 270.98º 0.56% 0.86% -
XYZ 31.56 21.14 69.43 -
YUV 129.75 178.37 149.58 -
System Red Green Blue C M Y K H S L
Decimal 160 97 219 0.27 0.56 0 0.14 270.98 0.63 0.62
Hex A0 61 DB 1B 38 0 E 10F 3F 3E
Octal 240 141 333 33 70 0 16 417 77 76
Binary 10100000 1100001 11011011 11011 111000 0 1110 100001111 111111 111110

Color Harmonies of #A061DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A061DB

Black with #A061DB

Text Example


Text Example

White with #A061DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A061DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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