Html Css Color HEX #A24FDB Amethyst

📋 copy color: '#A24FDB'

red 162 ◦ green 79 ◦ blue 219

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

Shades of Amethyst #A24FDB

Tints of Amethyst #A24FDB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.17%

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

R = 35.22%
G = 17.17%
B = 47.61%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A24FDB (or 0xA24FDB) is known color: Amethyst. HEX triplet: A2, 4F and DB. RGB value is (162,79,219). Sum of RGB (Red+Green+Blue) = 162+79+219=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 79 (31.25% from 255 or 17.17% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #A24FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A24FDB is #5DB024. Grayscale: #777777. Windows color (decimal): -6139941 or 14372770. OLE color: 14372770.

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

Color convert

RGB 162 79 219 -
CMYK 0.26 0.64 0 0.14
HSL 275.57º 0.66% 0.58% -
HSV(B) 275.57º 0.64% 0.86% -
XYZ 30.48 18.39 68.96 -
YUV 119.78 184 158.12 -
System Red Green Blue C M Y K H S L
Decimal 162 79 219 0.26 0.64 0 0.14 275.57 0.66 0.58
Hex A2 4F DB 1A 40 0 E 114 42 3A
Octal 242 117 333 32 100 0 16 424 102 72
Binary 10100010 1001111 11011011 11010 1000000 0 1110 100010100 1000010 111010

Color Harmonies of #A24FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24FDB

Black with #A24FDB

Text Example


Text Example

White with #A24FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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