Html Css Color HEX #A25CDD Amethyst

📋 copy color: '#A25CDD'

red 162 ◦ green 92 ◦ blue 221

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

Shades of Amethyst #A25CDD

Tints of Amethyst #A25CDD

RGB

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

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

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

R = 34.11%
G = 19.37%
B = 46.53%

CMYK

 C value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A25CDD (or 0xA25CDD) is known color: Amethyst. HEX triplet: A2, 5C and DD. RGB value is (162,92,221). Sum of RGB (Red+Green+Blue) = 162+92+221=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 92 (36.33% from 255 or 19.37% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #A25CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25CDD is #5DA322. Grayscale: #7F7F7F. Windows color (decimal): -6136611 or 14507170. OLE color: 14507170.

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

Color convert

RGB 162 92 221 -
CMYK 0.27 0.58 0 0.13
HSL 272.56º 0.65% 0.61% -
HSV(B) 272.56º 0.58% 0.87% -
XYZ 31.78 20.56 70.7 -
YUV 127.64 180.69 152.51 -
System Red Green Blue C M Y K H S L
Decimal 162 92 221 0.27 0.58 0 0.13 272.56 0.65 0.61
Hex A2 5C DD 1B 3A 0 D 111 41 3D
Octal 242 134 335 33 72 0 15 421 101 75
Binary 10100010 1011100 11011101 11011 111010 0 1101 100010001 1000001 111101

Color Harmonies of #A25CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25CDD

Black with #A25CDD

Text Example


Text Example

White with #A25CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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