Html Css Color HEX #A25ADB Amethyst

📋 copy color: '#A25ADB'

red 162 ◦ green 90 ◦ blue 219

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

Shades of Amethyst #A25ADB

Tints of Amethyst #A25ADB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.11%

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

R = 34.39%
G = 19.11%
B = 46.5%

CMYK

 C value IS 0.26

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A25ADB (or 0xA25ADB) is known color: Amethyst. HEX triplet: A2, 5A and DB. RGB value is (162,90,219). Sum of RGB (Red+Green+Blue) = 162+90+219=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 90 (35.55% from 255 or 19.11% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #A25ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25ADB is #5DA524. Grayscale: #7D7D7D. Windows color (decimal): -6137125 or 14375586. OLE color: 14375586.

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

Color convert

RGB 162 90 219 -
CMYK 0.26 0.59 0 0.14
HSL 273.49º 0.64% 0.61% -
HSV(B) 273.49º 0.59% 0.86% -
XYZ 31.34 20.11 69.25 -
YUV 126.23 180.35 153.51 -
System Red Green Blue C M Y K H S L
Decimal 162 90 219 0.26 0.59 0 0.14 273.49 0.64 0.61
Hex A2 5A DB 1A 3B 0 E 111 40 3D
Octal 242 132 333 32 73 0 16 421 100 75
Binary 10100010 1011010 11011011 11010 111011 0 1110 100010001 1000000 111101

Color Harmonies of #A25ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25ADB

Black with #A25ADB

Text Example


Text Example

White with #A25ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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