Html Css Color HEX #A257CE Amethyst

📋 copy color: '#A257CE'

red 162 ◦ green 87 ◦ blue 206

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

Shades of Amethyst #A257CE

Tints of Amethyst #A257CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.27%

R = 35.6%
G = 19.12%
B = 45.27%

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

#A257CE (or 0xA257CE) is known color: Amethyst. HEX triplet: A2, 57 and CE. RGB value is (162,87,206). Sum of RGB (Red+Green+Blue) = 162+87+206=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 87 (34.38% from 255 or 19.12% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #A257CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A257CE is #5DA831. Grayscale: #7A7A7A. Windows color (decimal): -6137906 or 13522850. OLE color: 13522850.

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

Color convert

RGB 162 87 206 -
CMYK 0.21 0.58 0 0.19
HSL 277.82º 0.55% 0.57% -
HSV(B) 277.82º 0.58% 0.81% -
XYZ 29.45 18.95 60.5 -
YUV 122.99 174.85 155.82 -
System Red Green Blue C M Y K H S L
Decimal 162 87 206 0.21 0.58 0 0.19 277.82 0.55 0.57
Hex A2 57 CE 15 3A 0 13 116 37 39
Octal 242 127 316 25 72 0 23 426 67 71
Binary 10100010 1010111 11001110 10101 111010 0 10011 100010110 110111 111001

Color Harmonies of #A257CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A257CE

Black with #A257CE

Text Example


Text Example

White with #A257CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A257CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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