Html Css Color HEX #A25BDD Amethyst

📋 copy color: '#A25BDD'

red 162 ◦ green 91 ◦ blue 221

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

Shades of Amethyst #A25BDD

Tints of Amethyst #A25BDD

RGB

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

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

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

R = 34.18%
G = 19.2%
B = 46.62%

CMYK

 C value IS 0.27

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A25BDD (or 0xA25BDD) is known color: Amethyst. HEX triplet: A2, 5B and DD. RGB value is (162,91,221). Sum of RGB (Red+Green+Blue) = 162+91+221=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 91 (35.94% from 255 or 19.20% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #A25BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25BDD is #5DA422. Grayscale: #7E7E7E. Windows color (decimal): -6136867 or 14506914. OLE color: 14506914.

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

Color convert

RGB 162 91 221 -
CMYK 0.27 0.59 0 0.13
HSL 272.77º 0.66% 0.61% -
HSV(B) 272.77º 0.59% 0.87% -
XYZ 31.69 20.38 70.67 -
YUV 127.05 181.02 152.93 -
System Red Green Blue C M Y K H S L
Decimal 162 91 221 0.27 0.59 0 0.13 272.77 0.66 0.61
Hex A2 5B DD 1B 3B 0 D 111 42 3D
Octal 242 133 335 33 73 0 15 421 102 75
Binary 10100010 1011011 11011101 11011 111011 0 1101 100010001 1000010 111101

Color Harmonies of #A25BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25BDD

Black with #A25BDD

Text Example


Text Example

White with #A25BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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