Html Css Color HEX #A257DC Amethyst

📋 copy color: '#A257DC'

red 162 ◦ green 87 ◦ blue 220

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

Shades of Amethyst #A257DC

Tints of Amethyst #A257DC

RGB

 RED value IS 162 (63.67% from 255) = 34.54%

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

 BLUE value IS 220 (86.33% from 255) = 46.91%

R = 34.54%
G = 18.55%
B = 46.91%

CMYK

 C value IS 0.26

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A257DC (or 0xA257DC) is known color: Amethyst. HEX triplet: A2, 57 and DC. RGB value is (162,87,220). Sum of RGB (Red+Green+Blue) = 162+87+220=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 87 (34.38% from 255 or 18.55% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #A257DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A257DC is #5DA823. Grayscale: #7C7C7C. Windows color (decimal): -6137892 or 14440354. OLE color: 14440354.

HSL color Cylindrical-coordinate representation of color #A257DC: hue angle of 273.83º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A257DC is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 87 220 -
CMYK 0.26 0.60 0 0.14
HSL 273.83º 0.66% 0.6% -
HSV(B) 273.83º 0.6% 0.86% -
XYZ 31.23 19.67 69.86 -
YUV 124.59 181.85 154.69 -
System Red Green Blue C M Y K H S L
Decimal 162 87 220 0.26 0.60 0 0.14 273.83 0.66 0.6
Hex A2 57 DC 1A 3C 0 E 112 42 3C
Octal 242 127 334 32 74 0 16 422 102 74
Binary 10100010 1010111 11011100 11010 111100 0 1110 100010010 1000010 111100

Color Harmonies of #A257DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A257DC

Black with #A257DC

Text Example


Text Example

White with #A257DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A257DC; }

 p { color: rgb(162,87,220); }

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

background-color css

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

 a { background-color: rgb(162,87,220); }

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

border-color css

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

 span { border-color: rgb(162,87,220); }

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