Html Css Color HEX #A461DF Amethyst

📋 copy color: '#A461DF'

red 164 ◦ green 97 ◦ blue 223

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

Shades of Amethyst #A461DF

Tints of Amethyst #A461DF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.04%

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

R = 33.88%
G = 20.04%
B = 46.07%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A461DF (or 0xA461DF) is known color: Amethyst. HEX triplet: A4, 61 and DF. RGB value is (164,97,223). Sum of RGB (Red+Green+Blue) = 164+97+223=484 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.88% from 484); Green value is 97 (38.28% from 255 or 20.04% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #A461DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A461DF is #5B9E20. Grayscale: #828282. Windows color (decimal): -6004257 or 14639524. OLE color: 14639524.

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

Color convert

RGB 164 97 223 -
CMYK 0.26 0.57 0 0.13
HSL 271.9º 0.66% 0.63% -
HSV(B) 271.9º 0.57% 0.87% -
XYZ 32.9 21.77 72.28 -
YUV 131.4 179.7 151.25 -
System Red Green Blue C M Y K H S L
Decimal 164 97 223 0.26 0.57 0 0.13 271.9 0.66 0.63
Hex A4 61 DF 1A 39 0 D 110 42 3F
Octal 244 141 337 32 71 0 15 420 102 77
Binary 10100100 1100001 11011111 11010 111001 0 1101 100010000 1000010 111111

Color Harmonies of #A461DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A461DF

Black with #A461DF

Text Example


Text Example

White with #A461DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A461DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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