Html Css Color HEX #A254DD Amethyst

📋 copy color: '#A254DD'

red 162 ◦ green 84 ◦ blue 221

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

Shades of Amethyst #A254DD

Tints of Amethyst #A254DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.32%

R = 34.69%
G = 17.99%
B = 47.32%

CMYK

 C value IS 0.27

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A254DD (or 0xA254DD) is known color: Amethyst. HEX triplet: A2, 54 and DD. RGB value is (162,84,221). Sum of RGB (Red+Green+Blue) = 162+84+221=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 84 (33.20% from 255 or 17.99% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #A254DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A254DD is #5DAB22. Grayscale: #7A7A7A. Windows color (decimal): -6138659 or 14505122. OLE color: 14505122.

HSL color Cylindrical-coordinate representation of color #A254DD: hue angle of 274.16º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A254DD is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 84 221 -
CMYK 0.27 0.62 0 0.13
HSL 274.16º 0.67% 0.6% -
HSV(B) 274.16º 0.62% 0.87% -
XYZ 31.12 19.24 70.48 -
YUV 122.94 183.34 155.86 -
System Red Green Blue C M Y K H S L
Decimal 162 84 221 0.27 0.62 0 0.13 274.16 0.67 0.6
Hex A2 54 DD 1B 3E 0 D 112 43 3C
Octal 242 124 335 33 76 0 15 422 103 74
Binary 10100010 1010100 11011101 11011 111110 0 1101 100010010 1000011 111100

Color Harmonies of #A254DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A254DD

Black with #A254DD

Text Example


Text Example

White with #A254DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A254DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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