Html Css Color HEX #A454DF Amethyst

📋 copy color: '#A454DF'

red 164 ◦ green 84 ◦ blue 223

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

Shades of Amethyst #A454DF

Tints of Amethyst #A454DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.35%

R = 34.82%
G = 17.83%
B = 47.35%

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

#A454DF (or 0xA454DF) is known color: Amethyst. HEX triplet: A4, 54 and DF. RGB value is (164,84,223). Sum of RGB (Red+Green+Blue) = 164+84+223=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 84 (33.20% from 255 or 17.83% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #A454DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A454DF is #5BAB20. Grayscale: #7B7B7B. Windows color (decimal): -6007585 or 14636196. OLE color: 14636196.

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

Color convert

RGB 164 84 223 -
CMYK 0.26 0.62 0 0.13
HSL 274.53º 0.68% 0.6% -
HSV(B) 274.53º 0.62% 0.87% -
XYZ 31.8 19.56 71.91 -
YUV 123.77 184 156.7 -
System Red Green Blue C M Y K H S L
Decimal 164 84 223 0.26 0.62 0 0.13 274.53 0.68 0.6
Hex A4 54 DF 1A 3E 0 D 113 44 3C
Octal 244 124 337 32 76 0 15 423 104 74
Binary 10100100 1010100 11011111 11010 111110 0 1101 100010011 1000100 111100

Color Harmonies of #A454DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A454DF

Black with #A454DF

Text Example


Text Example

White with #A454DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A454DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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