Html Css Color HEX #A257DB Amethyst

📋 copy color: '#A257DB'

red 162 ◦ green 87 ◦ blue 219

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

Shades of Amethyst #A257DB

Tints of Amethyst #A257DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.79%

R = 34.62%
G = 18.59%
B = 46.79%

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

#A257DB (or 0xA257DB) is known color: Amethyst. HEX triplet: A2, 57 and DB. RGB value is (162,87,219). Sum of RGB (Red+Green+Blue) = 162+87+219=468 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.62% from 468); Green value is 87 (34.38% from 255 or 18.59% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #A257DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A257DB is #5DA824. Grayscale: #7C7C7C. Windows color (decimal): -6137893 or 14374818. OLE color: 14374818.

HSL color Cylindrical-coordinate representation of color #A257DB: hue angle of 274.09º degrees, saturation: 0.65, 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 #A257DB is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 87 219 -
CMYK 0.26 0.60 0 0.14
HSL 274.09º 0.65% 0.6% -
HSV(B) 274.09º 0.6% 0.86% -
XYZ 31.09 19.61 69.16 -
YUV 124.47 181.35 154.77 -
System Red Green Blue C M Y K H S L
Decimal 162 87 219 0.26 0.60 0 0.14 274.09 0.65 0.6
Hex A2 57 DB 1A 3C 0 E 112 41 3C
Octal 242 127 333 32 74 0 16 422 101 74
Binary 10100010 1010111 11011011 11010 111100 0 1110 100010010 1000001 111100

Color Harmonies of #A257DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A257DB

Black with #A257DB

Text Example


Text Example

White with #A257DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A257DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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