Html Css Color HEX #A25BE8 Amethyst

📋 copy color: '#A25BE8'

red 162 ◦ green 91 ◦ blue 232

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

Shades of Amethyst #A25BE8

Tints of Amethyst #A25BE8

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.76%

 BLUE value IS 232 (91.02% from 255) = 47.84%

R = 33.4%
G = 18.76%
B = 47.84%

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

#A25BE8 (or 0xA25BE8) is known color: Amethyst. HEX triplet: A2, 5B and E8. RGB value is (162,91,232). Sum of RGB (Red+Green+Blue) = 162+91+232=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 91 (35.94% from 255 or 18.76% from 485); Blue value is 232 (91.02% from 255 or 47.84% from 485); Max value from RGB is 232 - color contains mainly: blue. Hex color #A25BE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25BE8 is #5DA417. Grayscale: #7F7F7F. Windows color (decimal): -6136856 or 15227810. OLE color: 15227810.

HSL color Cylindrical-coordinate representation of color #A25BE8: hue angle of 270.21º 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 #A25BE8 is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 162 91 232 -
CMYK 0.30 0.61 0 0.09
HSL 270.21º 0.75% 0.63% -
HSV(B) 270.21º 0.61% 0.91% -
XYZ 33.21 20.99 78.65 -
YUV 128.3 186.52 152.04 -
System Red Green Blue C M Y K H S L
Decimal 162 91 232 0.30 0.61 0 0.09 270.21 0.75 0.63
Hex A2 5B E8 1E 3D 0 9 10E 4B 3F
Octal 242 133 350 36 75 0 11 416 113 77
Binary 10100010 1011011 11101000 11110 111101 0 1001 100001110 1001011 111111

Color Harmonies of #A25BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25BE8

Black with #A25BE8

Text Example


Text Example

White with #A25BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25BE8; }

 p { color: rgb(162,91,232); }

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

background-color css

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

 a { background-color: rgb(162,91,232); }

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

border-color css

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

 span { border-color: rgb(162,91,232); }

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