Html Css Color HEX #A25EE0 Amethyst

📋 copy color: '#A25EE0'

red 162 ◦ green 94 ◦ blue 224

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

Shades of Amethyst #A25EE0

Tints of Amethyst #A25EE0

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.58%

 BLUE value IS 224 (87.89% from 255) = 46.67%

R = 33.75%
G = 19.58%
B = 46.67%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A25EE0 (or 0xA25EE0) is known color: Amethyst. HEX triplet: A2, 5E and E0. RGB value is (162,94,224). Sum of RGB (Red+Green+Blue) = 162+94+224=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 94 (37.11% from 255 or 19.58% from 480); Blue value is 224 (87.89% from 255 or 46.67% from 480); Max value from RGB is 224 - color contains mainly: blue. Hex color #A25EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25EE0 is #5DA11F. Grayscale: #808080. Windows color (decimal): -6136096 or 14704290. OLE color: 14704290.

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

Color convert

RGB 162 94 224 -
CMYK 0.28 0.58 0 0.12
HSL 271.38º 0.68% 0.62% -
HSV(B) 271.38º 0.58% 0.88% -
XYZ 32.36 21.07 72.88 -
YUV 129.15 181.53 151.43 -
System Red Green Blue C M Y K H S L
Decimal 162 94 224 0.28 0.58 0 0.12 271.38 0.68 0.62
Hex A2 5E E0 1C 3A 0 C 10F 44 3E
Octal 242 136 340 34 72 0 14 417 104 76
Binary 10100010 1011110 11100000 11100 111010 0 1100 100001111 1000100 111110

Color Harmonies of #A25EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25EE0

Black with #A25EE0

Text Example


Text Example

White with #A25EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25EE0; }

 p { color: rgb(162,94,224); }

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

background-color css

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

 a { background-color: rgb(162,94,224); }

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

border-color css

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

 span { border-color: rgb(162,94,224); }

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