Html Css Color HEX #A254DC Amethyst

📋 copy color: '#A254DC'

red 162 ◦ green 84 ◦ blue 220

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

Shades of Amethyst #A254DC

Tints of Amethyst #A254DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.21%

R = 34.76%
G = 18.03%
B = 47.21%

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

#A254DC (or 0xA254DC) is known color: Amethyst. HEX triplet: A2, 54 and DC. RGB value is (162,84,220). Sum of RGB (Red+Green+Blue) = 162+84+220=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 84 (33.20% from 255 or 18.03% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #A254DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A254DC is #5DAB23. Grayscale: #7A7A7A. Windows color (decimal): -6138660 or 14439586. OLE color: 14439586.

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

Color convert

RGB 162 84 220 -
CMYK 0.26 0.62 0 0.14
HSL 274.41º 0.66% 0.6% -
HSV(B) 274.41º 0.62% 0.86% -
XYZ 30.99 19.19 69.78 -
YUV 122.83 182.84 155.94 -
System Red Green Blue C M Y K H S L
Decimal 162 84 220 0.26 0.62 0 0.14 274.41 0.66 0.6
Hex A2 54 DC 1A 3E 0 E 112 42 3C
Octal 242 124 334 32 76 0 16 422 102 74
Binary 10100010 1010100 11011100 11010 111110 0 1110 100010010 1000010 111100

Color Harmonies of #A254DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A254DC

Black with #A254DC

Text Example


Text Example

White with #A254DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A254DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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