Html Css Color HEX #A24FFA Medium Purple

📋 copy color: '#A24FFA'

red 162 ◦ green 79 ◦ blue 250

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

Shades of Medium Purple #A24FFA

Tints of Medium Purple #A24FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.92%

R = 32.99%
G = 16.09%
B = 50.92%

CMYK

 C value IS 0.35

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A24FFA (or 0xA24FFA) is known color: Medium Purple. HEX triplet: A2, 4F and FA. RGB value is (162,79,250). Sum of RGB (Red+Green+Blue) = 162+79+250=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 79 (31.25% from 255 or 16.09% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #A24FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A24FFA is #5DB005. Grayscale: #7A7A7A. Windows color (decimal): -6139910 or 16404386. OLE color: 16404386.

HSL color Cylindrical-coordinate representation of color #A24FFA: hue angle of 269.12º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A24FFA is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 79 250 -
CMYK 0.35 0.68 0 0.02
HSL 269.12º 0.94% 0.65% -
HSV(B) 269.12º 0.68% 0.98% -
XYZ 34.95 20.18 92.49 -
YUV 123.31 199.5 155.6 -
System Red Green Blue C M Y K H S L
Decimal 162 79 250 0.35 0.68 0 0.02 269.12 0.94 0.65
Hex A2 4F FA 23 44 0 2 10D 5E 41
Octal 242 117 372 43 104 0 2 415 136 101
Binary 10100010 1001111 11111010 100011 1000100 0 10 100001101 1011110 1000001

Color Harmonies of #A24FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24FFA

Black with #A24FFA

Text Example


Text Example

White with #A24FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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