Html Css Color HEX #A251DE Amethyst

📋 copy color: '#A251DE'

red 162 ◦ green 81 ◦ blue 222

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

Shades of Amethyst #A251DE

Tints of Amethyst #A251DE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.42%

 BLUE value IS 222 (87.11% from 255) = 47.74%

R = 34.84%
G = 17.42%
B = 47.74%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A251DE (or 0xA251DE) is known color: Amethyst. HEX triplet: A2, 51 and DE. RGB value is (162,81,222). Sum of RGB (Red+Green+Blue) = 162+81+222=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 81 (32.03% from 255 or 17.42% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #A251DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A251DE is #5DAE21. Grayscale: #787878. Windows color (decimal): -6139426 or 14569890. OLE color: 14569890.

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

Color convert

RGB 162 81 222 -
CMYK 0.27 0.64 0 0.13
HSL 274.47º 0.68% 0.59% -
HSV(B) 274.47º 0.64% 0.87% -
XYZ 31.03 18.84 71.11 -
YUV 121.29 184.84 157.04 -
System Red Green Blue C M Y K H S L
Decimal 162 81 222 0.27 0.64 0 0.13 274.47 0.68 0.59
Hex A2 51 DE 1B 40 0 D 112 44 3B
Octal 242 121 336 33 100 0 15 422 104 73
Binary 10100010 1010001 11011110 11011 1000000 0 1101 100010010 1000100 111011

Color Harmonies of #A251DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A251DE

Black with #A251DE

Text Example


Text Example

White with #A251DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A251DE; }

 p { color: rgb(162,81,222); }

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

background-color css

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

 a { background-color: rgb(162,81,222); }

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

border-color css

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

 span { border-color: rgb(162,81,222); }

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