Html Css Color HEX #A25ECB Amethyst

📋 copy color: '#A25ECB'

red 162 ◦ green 94 ◦ blue 203

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

Shades of Amethyst #A25ECB

Tints of Amethyst #A25ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.23%

R = 35.29%
G = 20.48%
B = 44.23%

CMYK

 C value IS 0.20

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A25ECB (or 0xA25ECB) is known color: Amethyst. HEX triplet: A2, 5E and CB. RGB value is (162,94,203). Sum of RGB (Red+Green+Blue) = 162+94+203=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 94 (37.11% from 255 or 20.48% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #A25ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25ECB is #5DA134. Grayscale: #7E7E7E. Windows color (decimal): -6136117 or 13328034. OLE color: 13328034.

HSL color Cylindrical-coordinate representation of color #A25ECB: hue angle of 277.43º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A25ECB is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 94 203 -
CMYK 0.20 0.54 0 0.20
HSL 277.43º 0.51% 0.58% -
HSV(B) 277.43º 0.54% 0.8% -
XYZ 29.68 20 58.8 -
YUV 126.76 171.03 153.14 -
System Red Green Blue C M Y K H S L
Decimal 162 94 203 0.20 0.54 0 0.20 277.43 0.51 0.58
Hex A2 5E CB 14 36 0 14 115 33 3A
Octal 242 136 313 24 66 0 24 425 63 72
Binary 10100010 1011110 11001011 10100 110110 0 10100 100010101 110011 111010

Color Harmonies of #A25ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25ECB

Black with #A25ECB

Text Example


Text Example

White with #A25ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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