Html Css Color HEX #A254DB Amethyst

📋 copy color: '#A254DB'

red 162 ◦ green 84 ◦ blue 219

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

Shades of Amethyst #A254DB

Tints of Amethyst #A254DB

RGB

 RED value IS 162 (63.67% from 255) = 34.84%

 GREEN value IS 84 (33.2% from 255) = 18.06%

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

R = 34.84%
G = 18.06%
B = 47.1%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A254DB (or 0xA254DB) is known color: Amethyst. HEX triplet: A2, 54 and DB. RGB value is (162,84,219). Sum of RGB (Red+Green+Blue) = 162+84+219=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 84 (33.20% from 255 or 18.06% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #A254DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A254DB is #5DAB24. Grayscale: #7A7A7A. Windows color (decimal): -6138661 or 14374050. OLE color: 14374050.

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

Color convert

RGB 162 84 219 -
CMYK 0.26 0.62 0 0.14
HSL 274.67º 0.65% 0.59% -
HSV(B) 274.67º 0.62% 0.86% -
XYZ 30.86 19.14 69.09 -
YUV 122.71 182.34 156.02 -
System Red Green Blue C M Y K H S L
Decimal 162 84 219 0.26 0.62 0 0.14 274.67 0.65 0.59
Hex A2 54 DB 1A 3E 0 E 113 41 3B
Octal 242 124 333 32 76 0 16 423 101 73
Binary 10100010 1010100 11011011 11010 111110 0 1110 100010011 1000001 111011

Color Harmonies of #A254DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A254DB

Black with #A254DB

Text Example


Text Example

White with #A254DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A254DB; }

 p { color: rgb(162,84,219); }

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

background-color css

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

 a { background-color: rgb(162,84,219); }

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

border-color css

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

 span { border-color: rgb(162,84,219); }

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