Html Css Color HEX #A454DD Amethyst

📋 copy color: '#A454DD'

red 164 ◦ green 84 ◦ blue 221

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

Shades of Amethyst #A454DD

Tints of Amethyst #A454DD

RGB

 RED value IS 164 (64.45% from 255) = 34.97%

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

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

R = 34.97%
G = 17.91%
B = 47.12%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A454DD (or 0xA454DD) is known color: Amethyst. HEX triplet: A4, 54 and DD. RGB value is (164,84,221). Sum of RGB (Red+Green+Blue) = 164+84+221=469 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.97% from 469); Green value is 84 (33.20% from 255 or 17.91% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #A454DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A454DD is #5BAB22. Grayscale: #7B7B7B. Windows color (decimal): -6007587 or 14505124. OLE color: 14505124.

HSL color Cylindrical-coordinate representation of color #A454DD: hue angle of 275.04º 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 #A454DD is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 84 221 -
CMYK 0.26 0.62 0 0.13
HSL 275.04º 0.67% 0.6% -
HSV(B) 275.04º 0.62% 0.87% -
XYZ 31.53 19.45 70.5 -
YUV 123.54 183 156.86 -
System Red Green Blue C M Y K H S L
Decimal 164 84 221 0.26 0.62 0 0.13 275.04 0.67 0.6
Hex A4 54 DD 1A 3E 0 D 113 43 3C
Octal 244 124 335 32 76 0 15 423 103 74
Binary 10100100 1010100 11011101 11010 111110 0 1101 100010011 1000011 111100

Color Harmonies of #A454DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A454DD

Black with #A454DD

Text Example


Text Example

White with #A454DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A454DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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