Html Css Color HEX #A25CD7 Amethyst

📋 copy color: '#A25CD7'

red 162 ◦ green 92 ◦ blue 215

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

Shades of Amethyst #A25CD7

Tints of Amethyst #A25CD7

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.62%

 BLUE value IS 215 (84.38% from 255) = 45.84%

R = 34.54%
G = 19.62%
B = 45.84%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A25CD7 (or 0xA25CD7) is known color: Amethyst. HEX triplet: A2, 5C and D7. RGB value is (162,92,215). Sum of RGB (Red+Green+Blue) = 162+92+215=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 92 (36.33% from 255 or 19.62% from 469); Blue value is 215 (84.38% from 255 or 45.84% from 469); Max value from RGB is 215 - color contains mainly: blue. Hex color #A25CD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25CD7 is #5DA328. Grayscale: #7E7E7E. Windows color (decimal): -6136617 or 14113954. OLE color: 14113954.

HSL color Cylindrical-coordinate representation of color #A25CD7: hue angle of 274.15º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A25CD7 is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 92 215 -
CMYK 0.25 0.57 0 0.16
HSL 274.15º 0.61% 0.6% -
HSV(B) 274.15º 0.57% 0.84% -
XYZ 30.99 20.24 66.56 -
YUV 126.95 177.69 153 -
System Red Green Blue C M Y K H S L
Decimal 162 92 215 0.25 0.57 0 0.16 274.15 0.61 0.6
Hex A2 5C D7 19 39 0 10 112 3D 3C
Octal 242 134 327 31 71 0 20 422 75 74
Binary 10100010 1011100 11010111 11001 111001 0 10000 100010010 111101 111100

Color Harmonies of #A25CD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25CD7

Black with #A25CD7

Text Example


Text Example

White with #A25CD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25CD7; }

 p { color: rgb(162,92,215); }

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

background-color css

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

 a { background-color: rgb(162,92,215); }

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

border-color css

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

 span { border-color: rgb(162,92,215); }

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