Html Css Color HEX #A25DDD Amethyst

📋 copy color: '#A25DDD'

red 162 ◦ green 93 ◦ blue 221

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

Shades of Amethyst #A25DDD

Tints of Amethyst #A25DDD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.54%

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

R = 34.03%
G = 19.54%
B = 46.43%

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

#A25DDD (or 0xA25DDD) is known color: Amethyst. HEX triplet: A2, 5D and DD. RGB value is (162,93,221). Sum of RGB (Red+Green+Blue) = 162+93+221=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 93 (36.72% from 255 or 19.54% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #A25DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25DDD is #5DA222. Grayscale: #7F7F7F. Windows color (decimal): -6136355 or 14507426. OLE color: 14507426.

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

Color convert

RGB 162 93 221 -
CMYK 0.27 0.58 0 0.13
HSL 272.34º 0.65% 0.62% -
HSV(B) 272.34º 0.58% 0.87% -
XYZ 31.87 20.73 70.73 -
YUV 128.22 180.36 152.09 -
System Red Green Blue C M Y K H S L
Decimal 162 93 221 0.27 0.58 0 0.13 272.34 0.65 0.62
Hex A2 5D DD 1B 3A 0 D 110 41 3E
Octal 242 135 335 33 72 0 15 420 101 76
Binary 10100010 1011101 11011101 11011 111010 0 1101 100010000 1000001 111110

Color Harmonies of #A25DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25DDD

Black with #A25DDD

Text Example


Text Example

White with #A25DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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