Html Css Color HEX #A25DCA Amethyst

📋 copy color: '#A25DCA'

red 162 ◦ green 93 ◦ blue 202

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

Shades of Amethyst #A25DCA

Tints of Amethyst #A25DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.2%

R = 35.45%
G = 20.35%
B = 44.2%

CMYK

 C value IS 0.20

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A25DCA (or 0xA25DCA) is known color: Amethyst. HEX triplet: A2, 5D and CA. RGB value is (162,93,202). Sum of RGB (Red+Green+Blue) = 162+93+202=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 93 (36.72% from 255 or 20.35% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 202 - color contains mainly: blue. Hex color #A25DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25DCA is #5DA235. Grayscale: #7D7D7D. Windows color (decimal): -6136374 or 13262242. OLE color: 13262242.

HSL color Cylindrical-coordinate representation of color #A25DCA: hue angle of 277.98º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A25DCA is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 162 93 202 -
CMYK 0.20 0.54 0 0.21
HSL 277.98º 0.51% 0.58% -
HSV(B) 277.98º 0.54% 0.79% -
XYZ 29.48 19.77 58.14 -
YUV 126.06 170.86 153.64 -
System Red Green Blue C M Y K H S L
Decimal 162 93 202 0.20 0.54 0 0.21 277.98 0.51 0.58
Hex A2 5D CA 14 36 0 15 116 33 3A
Octal 242 135 312 24 66 0 25 426 63 72
Binary 10100010 1011101 11001010 10100 110110 0 10101 100010110 110011 111010

Color Harmonies of #A25DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25DCA

Black with #A25DCA

Text Example


Text Example

White with #A25DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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