Html Css Color HEX #A24FEB Amethyst

📋 copy color: '#A24FEB'

red 162 ◦ green 79 ◦ blue 235

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

Shades of Amethyst #A24FEB

Tints of Amethyst #A24FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.37%

R = 34.03%
G = 16.6%
B = 49.37%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A24FEB (or 0xA24FEB) is known color: Amethyst. HEX triplet: A2, 4F and EB. RGB value is (162,79,235). Sum of RGB (Red+Green+Blue) = 162+79+235=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 79 (31.25% from 255 or 16.60% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #A24FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A24FEB is #5DB014. Grayscale: #797979. Windows color (decimal): -6139925 or 15421346. OLE color: 15421346.

HSL color Cylindrical-coordinate representation of color #A24FEB: hue angle of 271.92º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A24FEB is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 162 79 235 -
CMYK 0.31 0.66 0 0.08
HSL 271.92º 0.8% 0.62% -
HSV(B) 271.92º 0.66% 0.92% -
XYZ 32.69 19.27 80.59 -
YUV 121.6 192 156.82 -
System Red Green Blue C M Y K H S L
Decimal 162 79 235 0.31 0.66 0 0.08 271.92 0.8 0.62
Hex A2 4F EB 1F 42 0 8 110 50 3E
Octal 242 117 353 37 102 0 10 420 120 76
Binary 10100010 1001111 11101011 11111 1000010 0 1000 100010000 1010000 111110

Color Harmonies of #A24FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24FEB

Black with #A24FEB

Text Example


Text Example

White with #A24FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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