Html Css Color HEX #A25BCE Amethyst

📋 copy color: '#A25BCE'

red 162 ◦ green 91 ◦ blue 206

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

Shades of Amethyst #A25BCE

Tints of Amethyst #A25BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.88%

R = 35.29%
G = 19.83%
B = 44.88%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A25BCE (or 0xA25BCE) is known color: Amethyst. HEX triplet: A2, 5B and CE. RGB value is (162,91,206). Sum of RGB (Red+Green+Blue) = 162+91+206=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 91 (35.94% from 255 or 19.83% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #A25BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25BCE is #5DA431. Grayscale: #7C7C7C. Windows color (decimal): -6136882 or 13523874. OLE color: 13523874.

HSL color Cylindrical-coordinate representation of color #A25BCE: hue angle of 277.04º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A25BCE is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 91 206 -
CMYK 0.21 0.56 0 0.19
HSL 277.04º 0.54% 0.58% -
HSV(B) 277.04º 0.56% 0.81% -
XYZ 29.78 19.62 60.61 -
YUV 125.34 173.52 154.15 -
System Red Green Blue C M Y K H S L
Decimal 162 91 206 0.21 0.56 0 0.19 277.04 0.54 0.58
Hex A2 5B CE 15 38 0 13 115 36 3A
Octal 242 133 316 25 70 0 23 425 66 72
Binary 10100010 1011011 11001110 10101 111000 0 10011 100010101 110110 111010

Color Harmonies of #A25BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25BCE

Black with #A25BCE

Text Example


Text Example

White with #A25BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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