Html Css Color HEX #A25DDB Amethyst

📋 copy color: '#A25DDB'

red 162 ◦ green 93 ◦ blue 219

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

Shades of Amethyst #A25DDB

Tints of Amethyst #A25DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.2%

R = 34.18%
G = 19.62%
B = 46.2%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A25DDB (or 0xA25DDB) is known color: Amethyst. HEX triplet: A2, 5D and DB. RGB value is (162,93,219). Sum of RGB (Red+Green+Blue) = 162+93+219=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 93 (36.72% from 255 or 19.62% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #A25DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25DDB is #5DA224. Grayscale: #7F7F7F. Windows color (decimal): -6136357 or 14376354. OLE color: 14376354.

HSL color Cylindrical-coordinate representation of color #A25DDB: hue angle of 272.86º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A25DDB is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 93 219 -
CMYK 0.26 0.58 0 0.14
HSL 272.86º 0.64% 0.61% -
HSV(B) 272.86º 0.58% 0.86% -
XYZ 31.6 20.62 69.33 -
YUV 128 179.36 152.25 -
System Red Green Blue C M Y K H S L
Decimal 162 93 219 0.26 0.58 0 0.14 272.86 0.64 0.61
Hex A2 5D DB 1A 3A 0 E 111 40 3D
Octal 242 135 333 32 72 0 16 421 100 75
Binary 10100010 1011101 11011011 11010 111010 0 1110 100010001 1000000 111101

Color Harmonies of #A25DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25DDB

Black with #A25DDB

Text Example


Text Example

White with #A25DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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