Html Css Color HEX #A25BCD Amethyst

📋 copy color: '#A25BCD'

red 162 ◦ green 91 ◦ blue 205

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

Shades of Amethyst #A25BCD

Tints of Amethyst #A25BCD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.87%

 BLUE value IS 205 (80.47% from 255) = 44.76%

R = 35.37%
G = 19.87%
B = 44.76%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A25BCD (or 0xA25BCD) is known color: Amethyst. HEX triplet: A2, 5B and CD. RGB value is (162,91,205). Sum of RGB (Red+Green+Blue) = 162+91+205=458 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.37% from 458); Green value is 91 (35.94% from 255 or 19.87% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #A25BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25BCD is #5DA432. Grayscale: #7C7C7C. Windows color (decimal): -6136883 or 13458338. OLE color: 13458338.

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

Color convert

RGB 162 91 205 -
CMYK 0.21 0.56 0 0.20
HSL 277.37º 0.53% 0.58% -
HSV(B) 277.37º 0.56% 0.8% -
XYZ 29.66 19.57 59.97 -
YUV 125.23 173.02 154.23 -
System Red Green Blue C M Y K H S L
Decimal 162 91 205 0.21 0.56 0 0.20 277.37 0.53 0.58
Hex A2 5B CD 15 38 0 14 115 35 3A
Octal 242 133 315 25 70 0 24 425 65 72
Binary 10100010 1011011 11001101 10101 111000 0 10100 100010101 110101 111010

Color Harmonies of #A25BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25BCD

Black with #A25BCD

Text Example


Text Example

White with #A25BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25BCD; }

 p { color: rgb(162,91,205); }

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

background-color css

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

 a { background-color: rgb(162,91,205); }

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

border-color css

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

 span { border-color: rgb(162,91,205); }

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