Html Css Color HEX #A25BE6 Amethyst

📋 copy color: '#A25BE6'

red 162 ◦ green 91 ◦ blue 230

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

Shades of Amethyst #A25BE6

Tints of Amethyst #A25BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 47.62%

R = 33.54%
G = 18.84%
B = 47.62%

CMYK

 C value IS 0.30

 M value IS 0.60

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A25BE6 (or 0xA25BE6) is known color: Amethyst. HEX triplet: A2, 5B and E6. RGB value is (162,91,230). Sum of RGB (Red+Green+Blue) = 162+91+230=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 91 (35.94% from 255 or 18.84% from 483); Blue value is 230 (90.23% from 255 or 47.62% from 483); Max value from RGB is 230 - color contains mainly: blue. Hex color #A25BE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25BE6 is #5DA419. Grayscale: #7F7F7F. Windows color (decimal): -6136858 or 15096738. OLE color: 15096738.

HSL color Cylindrical-coordinate representation of color #A25BE6: hue angle of 270.65º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A25BE6 is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 162 91 230 -
CMYK 0.30 0.60 0 0.10
HSL 270.65º 0.74% 0.63% -
HSV(B) 270.65º 0.6% 0.9% -
XYZ 32.92 20.88 77.16 -
YUV 128.08 185.52 152.2 -
System Red Green Blue C M Y K H S L
Decimal 162 91 230 0.30 0.60 0 0.10 270.65 0.74 0.63
Hex A2 5B E6 1E 3C 0 A 10F 4A 3F
Octal 242 133 346 36 74 0 12 417 112 77
Binary 10100010 1011011 11100110 11110 111100 0 1010 100001111 1001010 111111

Color Harmonies of #A25BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25BE6

Black with #A25BE6

Text Example


Text Example

White with #A25BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25BE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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