Html Css Color HEX #A24FEA Amethyst

📋 copy color: '#A24FEA'

red 162 ◦ green 79 ◦ blue 234

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

Shades of Amethyst #A24FEA

Tints of Amethyst #A24FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.26%

R = 34.11%
G = 16.63%
B = 49.26%

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

#A24FEA (or 0xA24FEA) is known color: Amethyst. HEX triplet: A2, 4F and EA. RGB value is (162,79,234). Sum of RGB (Red+Green+Blue) = 162+79+234=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 79 (31.25% from 255 or 16.63% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #A24FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A24FEA is #5DB015. Grayscale: #787878. Windows color (decimal): -6139926 or 15355810. OLE color: 15355810.

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

Color convert

RGB 162 79 234 -
CMYK 0.31 0.66 0 0.08
HSL 272.13º 0.79% 0.61% -
HSV(B) 272.13º 0.66% 0.92% -
XYZ 32.55 19.21 79.84 -
YUV 121.49 191.5 156.9 -
System Red Green Blue C M Y K H S L
Decimal 162 79 234 0.31 0.66 0 0.08 272.13 0.79 0.61
Hex A2 4F EA 1F 42 0 8 110 4F 3D
Octal 242 117 352 37 102 0 10 420 117 75
Binary 10100010 1001111 11101010 11111 1000010 0 1000 100010000 1001111 111101

Color Harmonies of #A24FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24FEA

Black with #A24FEA

Text Example


Text Example

White with #A24FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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