Html Css Color HEX #A25AE1 Amethyst

📋 copy color: '#A25AE1'

red 162 ◦ green 90 ◦ blue 225

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

Shades of Amethyst #A25AE1

Tints of Amethyst #A25AE1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.87%

 BLUE value IS 225 (88.28% from 255) = 47.17%

R = 33.96%
G = 18.87%
B = 47.17%

CMYK

 C value IS 0.28

 M value IS 0.60

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A25AE1 (or 0xA25AE1) is known color: Amethyst. HEX triplet: A2, 5A and E1. RGB value is (162,90,225). Sum of RGB (Red+Green+Blue) = 162+90+225=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 90 (35.55% from 255 or 18.87% from 477); Blue value is 225 (88.28% from 255 or 47.17% from 477); Max value from RGB is 225 - color contains mainly: blue. Hex color #A25AE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25AE1 is #5DA51E. Grayscale: #7E7E7E. Windows color (decimal): -6137119 or 14768802. OLE color: 14768802.

HSL color Cylindrical-coordinate representation of color #A25AE1: hue angle of 272º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A25AE1 is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 162 90 225 -
CMYK 0.28 0.60 0 0.12
HSL 272º 0.69% 0.62% -
HSV(B) 272º 0.6% 0.88% -
XYZ 32.15 20.43 73.48 -
YUV 126.92 183.35 153.02 -
System Red Green Blue C M Y K H S L
Decimal 162 90 225 0.28 0.60 0 0.12 272 0.69 0.62
Hex A2 5A E1 1C 3C 0 C 110 45 3E
Octal 242 132 341 34 74 0 14 420 105 76
Binary 10100010 1011010 11100001 11100 111100 0 1100 100010000 1000101 111110

Color Harmonies of #A25AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25AE1

Black with #A25AE1

Text Example


Text Example

White with #A25AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25AE1; }

 p { color: rgb(162,90,225); }

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

background-color css

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

 a { background-color: rgb(162,90,225); }

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

border-color css

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

 span { border-color: rgb(162,90,225); }

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