Html Css Color HEX #A24FF0 Amethyst

📋 copy color: '#A24FF0'

red 162 ◦ green 79 ◦ blue 240

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

Shades of Amethyst #A24FF0

Tints of Amethyst #A24FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 49.9%

R = 33.68%
G = 16.42%
B = 49.9%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A24FF0 (or 0xA24FF0) is known color: Amethyst. HEX triplet: A2, 4F and F0. RGB value is (162,79,240). Sum of RGB (Red+Green+Blue) = 162+79+240=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 79 (31.25% from 255 or 16.42% from 481); Blue value is 240 (94.14% from 255 or 49.90% from 481); Max value from RGB is 240 - color contains mainly: blue. Hex color #A24FF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A24FF0 is #5DB00F. Grayscale: #797979. Windows color (decimal): -6139920 or 15749026. OLE color: 15749026.

HSL color Cylindrical-coordinate representation of color #A24FF0: hue angle of 270.93º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A24FF0 is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 162 79 240 -
CMYK 0.32 0.67 0 0.06
HSL 270.93º 0.84% 0.63% -
HSV(B) 270.93º 0.67% 0.94% -
XYZ 33.42 19.56 84.45 -
YUV 122.17 194.5 156.41 -
System Red Green Blue C M Y K H S L
Decimal 162 79 240 0.32 0.67 0 0.06 270.93 0.84 0.63
Hex A2 4F F0 20 43 0 6 10F 54 3F
Octal 242 117 360 40 103 0 6 417 124 77
Binary 10100010 1001111 11110000 100000 1000011 0 110 100001111 1010100 111111

Color Harmonies of #A24FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24FF0

Black with #A24FF0

Text Example


Text Example

White with #A24FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24FF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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