Html Css Color HEX #A457CF Amethyst

📋 copy color: '#A457CF'

red 164 ◦ green 87 ◦ blue 207

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

Shades of Amethyst #A457CF

Tints of Amethyst #A457CF

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19%

 BLUE value IS 207 (81.25% from 255) = 45.2%

R = 35.81%
G = 19%
B = 45.2%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A457CF (or 0xA457CF) is known color: Amethyst. HEX triplet: A4, 57 and CF. RGB value is (164,87,207). Sum of RGB (Red+Green+Blue) = 164+87+207=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 87 (34.38% from 255 or 19.00% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #A457CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A457CF is #5BA830. Grayscale: #7B7B7B. Windows color (decimal): -6006833 or 13588388. OLE color: 13588388.

HSL color Cylindrical-coordinate representation of color #A457CF: hue angle of 278.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A457CF is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 87 207 -
CMYK 0.21 0.58 0 0.19
HSL 278.5º 0.56% 0.58% -
HSV(B) 278.5º 0.58% 0.81% -
XYZ 29.98 19.21 61.16 -
YUV 123.7 175.01 156.74 -
System Red Green Blue C M Y K H S L
Decimal 164 87 207 0.21 0.58 0 0.19 278.5 0.56 0.58
Hex A4 57 CF 15 3A 0 13 116 38 3A
Octal 244 127 317 25 72 0 23 426 70 72
Binary 10100100 1010111 11001111 10101 111010 0 10011 100010110 111000 111010

Color Harmonies of #A457CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A457CF

Black with #A457CF

Text Example


Text Example

White with #A457CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A457CF; }

 p { color: rgb(164,87,207); }

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

background-color css

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

 a { background-color: rgb(164,87,207); }

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

border-color css

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

 span { border-color: rgb(164,87,207); }

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