Html Css Color HEX #A451DF Amethyst

📋 copy color: '#A451DF'

red 164 ◦ green 81 ◦ blue 223

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

Shades of Amethyst #A451DF

Tints of Amethyst #A451DF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.31%

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

R = 35.04%
G = 17.31%
B = 47.65%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A451DF (or 0xA451DF) is known color: Amethyst. HEX triplet: A4, 51 and DF. RGB value is (164,81,223). Sum of RGB (Red+Green+Blue) = 164+81+223=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 81 (32.03% from 255 or 17.31% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #A451DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A451DF is #5BAE20. Grayscale: #797979. Windows color (decimal): -6008353 or 14635428. OLE color: 14635428.

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

Color convert

RGB 164 81 223 -
CMYK 0.26 0.64 0 0.13
HSL 275.07º 0.69% 0.6% -
HSV(B) 275.07º 0.64% 0.87% -
XYZ 31.57 19.11 71.84 -
YUV 122.01 185 157.95 -
System Red Green Blue C M Y K H S L
Decimal 164 81 223 0.26 0.64 0 0.13 275.07 0.69 0.6
Hex A4 51 DF 1A 40 0 D 113 45 3C
Octal 244 121 337 32 100 0 15 423 105 74
Binary 10100100 1010001 11011111 11010 1000000 0 1101 100010011 1000101 111100

Color Harmonies of #A451DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A451DF

Black with #A451DF

Text Example


Text Example

White with #A451DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A451DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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