Html Css Color HEX #A25AE7 Amethyst

📋 copy color: '#A25AE7'

red 162 ◦ green 90 ◦ blue 231

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

Shades of Amethyst #A25AE7

Tints of Amethyst #A25AE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 47.83%

R = 33.54%
G = 18.63%
B = 47.83%

CMYK

 C value IS 0.30

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A25AE7 (or 0xA25AE7) is known color: Amethyst. HEX triplet: A2, 5A and E7. RGB value is (162,90,231). Sum of RGB (Red+Green+Blue) = 162+90+231=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 90 (35.55% from 255 or 18.63% from 483); Blue value is 231 (90.62% from 255 or 47.83% from 483); Max value from RGB is 231 - color contains mainly: blue. Hex color #A25AE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25AE7 is #5DA518. Grayscale: #7F7F7F. Windows color (decimal): -6137113 or 15162018. OLE color: 15162018.

HSL color Cylindrical-coordinate representation of color #A25AE7: hue angle of 270.64º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A25AE7 is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 162 90 231 -
CMYK 0.30 0.61 0 0.09
HSL 270.64º 0.75% 0.63% -
HSV(B) 270.64º 0.61% 0.91% -
XYZ 32.98 20.76 77.87 -
YUV 127.6 186.35 152.54 -
System Red Green Blue C M Y K H S L
Decimal 162 90 231 0.30 0.61 0 0.09 270.64 0.75 0.63
Hex A2 5A E7 1E 3D 0 9 10F 4B 3F
Octal 242 132 347 36 75 0 11 417 113 77
Binary 10100010 1011010 11100111 11110 111101 0 1001 100001111 1001011 111111

Color Harmonies of #A25AE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25AE7

Black with #A25AE7

Text Example


Text Example

White with #A25AE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25AE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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