Html Css Color HEX #A25CCA Amethyst

📋 copy color: '#A25CCA'

red 162 ◦ green 92 ◦ blue 202

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

Shades of Amethyst #A25CCA

Tints of Amethyst #A25CCA

RGB

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

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

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

R = 35.53%
G = 20.18%
B = 44.3%

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

#A25CCA (or 0xA25CCA) is known color: Amethyst. HEX triplet: A2, 5C and CA. RGB value is (162,92,202). Sum of RGB (Red+Green+Blue) = 162+92+202=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 92 (36.33% from 255 or 20.18% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #A25CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25CCA is #5DA335. Grayscale: #7D7D7D. Windows color (decimal): -6136630 or 13261986. OLE color: 13261986.

HSL color Cylindrical-coordinate representation of color #A25CCA: hue angle of 278.18º 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 #A25CCA is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 162 92 202 -
CMYK 0.20 0.54 0 0.21
HSL 278.18º 0.51% 0.58% -
HSV(B) 278.18º 0.54% 0.79% -
XYZ 29.39 19.6 58.11 -
YUV 125.47 171.19 154.06 -
System Red Green Blue C M Y K H S L
Decimal 162 92 202 0.20 0.54 0 0.21 278.18 0.51 0.58
Hex A2 5C CA 14 36 0 15 116 33 3A
Octal 242 134 312 24 66 0 25 426 63 72
Binary 10100010 1011100 11001010 10100 110110 0 10101 100010110 110011 111010

Color Harmonies of #A25CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25CCA

Black with #A25CCA

Text Example


Text Example

White with #A25CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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