Html Css Color HEX #A25CD5 Amethyst

📋 copy color: '#A25CD5'

red 162 ◦ green 92 ◦ blue 213

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

Shades of Amethyst #A25CD5

Tints of Amethyst #A25CD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.61%

R = 34.69%
G = 19.7%
B = 45.61%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A25CD5 (or 0xA25CD5) is known color: Amethyst. HEX triplet: A2, 5C and D5. RGB value is (162,92,213). Sum of RGB (Red+Green+Blue) = 162+92+213=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 92 (36.33% from 255 or 19.70% from 467); Blue value is 213 (83.59% from 255 or 45.61% from 467); Max value from RGB is 213 - color contains mainly: blue. Hex color #A25CD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25CD5 is #5DA32A. Grayscale: #7E7E7E. Windows color (decimal): -6136619 or 13982882. OLE color: 13982882.

HSL color Cylindrical-coordinate representation of color #A25CD5: hue angle of 274.71º degrees, saturation: 0.59, 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 #A25CD5 is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 92 213 -
CMYK 0.24 0.57 0 0.16
HSL 274.71º 0.59% 0.6% -
HSV(B) 274.71º 0.57% 0.84% -
XYZ 30.74 20.14 65.22 -
YUV 126.72 176.69 153.16 -
System Red Green Blue C M Y K H S L
Decimal 162 92 213 0.24 0.57 0 0.16 274.71 0.59 0.6
Hex A2 5C D5 18 39 0 10 113 3B 3C
Octal 242 134 325 30 71 0 20 423 73 74
Binary 10100010 1011100 11010101 11000 111001 0 10000 100010011 111011 111100

Color Harmonies of #A25CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25CD5

Black with #A25CD5

Text Example


Text Example

White with #A25CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25CD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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