Html Css Color HEX #A253EE Amethyst

📋 copy color: '#A253EE'

red 162 ◦ green 83 ◦ blue 238

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

Shades of Amethyst #A253EE

Tints of Amethyst #A253EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.28%

R = 33.54%
G = 17.18%
B = 49.28%

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

#A253EE (or 0xA253EE) is known color: Amethyst. HEX triplet: A2, 53 and EE. RGB value is (162,83,238). Sum of RGB (Red+Green+Blue) = 162+83+238=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 83 (32.81% from 255 or 17.18% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #A253EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A253EE is #5DAC11. Grayscale: #7B7B7B. Windows color (decimal): -6138898 or 15618978. OLE color: 15618978.

HSL color Cylindrical-coordinate representation of color #A253EE: hue angle of 270.58º degrees, saturation: 0.82, 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 #A253EE is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 83 238 -
CMYK 0.32 0.65 0 0.07
HSL 270.58º 0.82% 0.63% -
HSV(B) 270.58º 0.65% 0.93% -
XYZ 33.43 20.04 83 -
YUV 124.29 192.17 154.9 -
System Red Green Blue C M Y K H S L
Decimal 162 83 238 0.32 0.65 0 0.07 270.58 0.82 0.63
Hex A2 53 EE 20 41 0 7 10F 52 3F
Octal 242 123 356 40 101 0 7 417 122 77
Binary 10100010 1010011 11101110 100000 1000001 0 111 100001111 1010010 111111

Color Harmonies of #A253EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A253EE

Black with #A253EE

Text Example


Text Example

White with #A253EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A253EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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