Html Css Color HEX #A25ECC Amethyst

📋 copy color: '#A25ECC'

red 162 ◦ green 94 ◦ blue 204

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

Shades of Amethyst #A25ECC

Tints of Amethyst #A25ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.35%

R = 35.22%
G = 20.43%
B = 44.35%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A25ECC (or 0xA25ECC) is known color: Amethyst. HEX triplet: A2, 5E and CC. RGB value is (162,94,204). Sum of RGB (Red+Green+Blue) = 162+94+204=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 94 (37.11% from 255 or 20.43% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #A25ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25ECC is #5DA133. Grayscale: #7E7E7E. Windows color (decimal): -6136116 or 13393570. OLE color: 13393570.

HSL color Cylindrical-coordinate representation of color #A25ECC: hue angle of 277.09º degrees, saturation: 0.52, 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 #A25ECC is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 162 94 204 -
CMYK 0.21 0.54 0 0.2
HSL 277.09º 0.52% 0.58% -
HSV(B) 277.09º 0.54% 0.8% -
XYZ 29.8 20.05 59.43 -
YUV 126.87 171.53 153.06 -
System Red Green Blue C M Y K H S L
Decimal 162 94 204 0.21 0.54 0 0.2 277.09 0.52 0.58
Hex A2 5E CC 15 36 0 14 115 34 3A
Octal 242 136 314 25 66 0 24 425 64 72
Binary 10100010 1011110 11001100 10101 110110 0 10100 100010101 110100 111010

Color Harmonies of #A25ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25ECC

Black with #A25ECC

Text Example


Text Example

White with #A25ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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