Html Css Color HEX #A25EDD Amethyst

📋 copy color: '#A25EDD'

red 162 ◦ green 94 ◦ blue 221

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

Shades of Amethyst #A25EDD

Tints of Amethyst #A25EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.33%

R = 33.96%
G = 19.71%
B = 46.33%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A25EDD (or 0xA25EDD) is known color: Amethyst. HEX triplet: A2, 5E and DD. RGB value is (162,94,221). Sum of RGB (Red+Green+Blue) = 162+94+221=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 94 (37.11% from 255 or 19.71% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #A25EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25EDD is #5DA122. Grayscale: #808080. Windows color (decimal): -6136099 or 14507682. OLE color: 14507682.

HSL color Cylindrical-coordinate representation of color #A25EDD: hue angle of 272.13º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A25EDD is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 94 221 -
CMYK 0.27 0.57 0 0.13
HSL 272.13º 0.65% 0.62% -
HSV(B) 272.13º 0.57% 0.87% -
XYZ 31.95 20.91 70.76 -
YUV 128.81 180.03 151.67 -
System Red Green Blue C M Y K H S L
Decimal 162 94 221 0.27 0.57 0 0.13 272.13 0.65 0.62
Hex A2 5E DD 1B 39 0 D 110 41 3E
Octal 242 136 335 33 71 0 15 420 101 76
Binary 10100010 1011110 11011101 11011 111001 0 1101 100010000 1000001 111110

Color Harmonies of #A25EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25EDD

Black with #A25EDD

Text Example


Text Example

White with #A25EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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