Html Css Color HEX #A253ED Amethyst

📋 copy color: '#A253ED'

red 162 ◦ green 83 ◦ blue 237

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

Shades of Amethyst #A253ED

Tints of Amethyst #A253ED

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.22%

 BLUE value IS 237 (92.97% from 255) = 49.17%

R = 33.61%
G = 17.22%
B = 49.17%

CMYK

 C value IS 0.32

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A253ED (or 0xA253ED) is known color: Amethyst. HEX triplet: A2, 53 and ED. RGB value is (162,83,237). Sum of RGB (Red+Green+Blue) = 162+83+237=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 83 (32.81% from 255 or 17.22% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #A253ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A253ED is #5DAC12. Grayscale: #7B7B7B. Windows color (decimal): -6138899 or 15553442. OLE color: 15553442.

HSL color Cylindrical-coordinate representation of color #A253ED: hue angle of 270.78º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A253ED is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 83 237 -
CMYK 0.32 0.65 0 0.07
HSL 270.78º 0.81% 0.63% -
HSV(B) 270.78º 0.65% 0.93% -
XYZ 33.28 19.98 82.22 -
YUV 124.18 191.67 154.98 -
System Red Green Blue C M Y K H S L
Decimal 162 83 237 0.32 0.65 0 0.07 270.78 0.81 0.63
Hex A2 53 ED 20 41 0 7 10F 51 3F
Octal 242 123 355 40 101 0 7 417 121 77
Binary 10100010 1010011 11101101 100000 1000001 0 111 100001111 1010001 111111

Color Harmonies of #A253ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A253ED

Black with #A253ED

Text Example


Text Example

White with #A253ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A253ED; }

 p { color: rgb(162,83,237); }

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

background-color css

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

 a { background-color: rgb(162,83,237); }

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

border-color css

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

 span { border-color: rgb(162,83,237); }

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