Html Css Color HEX #A257DD Amethyst

📋 copy color: '#A257DD'

red 162 ◦ green 87 ◦ blue 221

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

Shades of Amethyst #A257DD

Tints of Amethyst #A257DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.02%

R = 34.47%
G = 18.51%
B = 47.02%

CMYK

 C value IS 0.27

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A257DD (or 0xA257DD) is known color: Amethyst. HEX triplet: A2, 57 and DD. RGB value is (162,87,221). Sum of RGB (Red+Green+Blue) = 162+87+221=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 87 (34.38% from 255 or 18.51% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #A257DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A257DD is #5DA822. Grayscale: #7C7C7C. Windows color (decimal): -6137891 or 14505890. OLE color: 14505890.

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

Color convert

RGB 162 87 221 -
CMYK 0.27 0.61 0 0.13
HSL 273.58º 0.66% 0.6% -
HSV(B) 273.58º 0.61% 0.87% -
XYZ 31.36 19.72 70.56 -
YUV 124.7 182.35 154.6 -
System Red Green Blue C M Y K H S L
Decimal 162 87 221 0.27 0.61 0 0.13 273.58 0.66 0.6
Hex A2 57 DD 1B 3D 0 D 112 42 3C
Octal 242 127 335 33 75 0 15 422 102 74
Binary 10100010 1010111 11011101 11011 111101 0 1101 100010010 1000010 111100

Color Harmonies of #A257DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A257DD

Black with #A257DD

Text Example


Text Example

White with #A257DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A257DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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