Html Css Color HEX #A25BDB Amethyst

📋 copy color: '#A25BDB'

red 162 ◦ green 91 ◦ blue 219

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

Shades of Amethyst #A25BDB

Tints of Amethyst #A25BDB

RGB

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

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

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

R = 34.32%
G = 19.28%
B = 46.4%

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

#A25BDB (or 0xA25BDB) is known color: Amethyst. HEX triplet: A2, 5B and DB. RGB value is (162,91,219). Sum of RGB (Red+Green+Blue) = 162+91+219=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 91 (35.94% from 255 or 19.28% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #A25BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25BDB is #5DA424. Grayscale: #7E7E7E. Windows color (decimal): -6136869 or 14375842. OLE color: 14375842.

HSL color Cylindrical-coordinate representation of color #A25BDB: hue angle of 273.28º 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 #A25BDB is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 91 219 -
CMYK 0.26 0.58 0 0.14
HSL 273.28º 0.64% 0.61% -
HSV(B) 273.28º 0.58% 0.86% -
XYZ 31.43 20.28 69.28 -
YUV 126.82 180.02 153.09 -
System Red Green Blue C M Y K H S L
Decimal 162 91 219 0.26 0.58 0 0.14 273.28 0.64 0.61
Hex A2 5B DB 1A 3A 0 E 111 40 3D
Octal 242 133 333 32 72 0 16 421 100 75
Binary 10100010 1011011 11011011 11010 111010 0 1110 100010001 1000000 111101

Color Harmonies of #A25BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25BDB

Black with #A25BDB

Text Example


Text Example

White with #A25BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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