Html Css Color HEX #A254DA Amethyst

📋 copy color: '#A254DA'

red 162 ◦ green 84 ◦ blue 218

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

Shades of Amethyst #A254DA

Tints of Amethyst #A254DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.98%

R = 34.91%
G = 18.1%
B = 46.98%

CMYK

 C value IS 0.26

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A254DA (or 0xA254DA) is known color: Amethyst. HEX triplet: A2, 54 and DA. RGB value is (162,84,218). Sum of RGB (Red+Green+Blue) = 162+84+218=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 84 (33.20% from 255 or 18.10% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #A254DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A254DA is #5DAB25. Grayscale: #7A7A7A. Windows color (decimal): -6138662 or 14308514. OLE color: 14308514.

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

Color convert

RGB 162 84 218 -
CMYK 0.26 0.61 0 0.15
HSL 274.93º 0.64% 0.59% -
HSV(B) 274.93º 0.61% 0.85% -
XYZ 30.73 19.08 68.39 -
YUV 122.6 181.84 156.1 -
System Red Green Blue C M Y K H S L
Decimal 162 84 218 0.26 0.61 0 0.15 274.93 0.64 0.59
Hex A2 54 DA 1A 3D 0 F 113 40 3B
Octal 242 124 332 32 75 0 17 423 100 73
Binary 10100010 1010100 11011010 11010 111101 0 1111 100010011 1000000 111011

Color Harmonies of #A254DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A254DA

Black with #A254DA

Text Example


Text Example

White with #A254DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A254DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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