Html Css Color HEX #A254F1 Medium Purple

📋 copy color: '#A254F1'

red 162 ◦ green 84 ◦ blue 241

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

Shades of Medium Purple #A254F1

Tints of Medium Purple #A254F1

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.25%

 BLUE value IS 241 (94.53% from 255) = 49.49%

R = 33.26%
G = 17.25%
B = 49.49%

CMYK

 C value IS 0.33

 M value IS 0.65

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A254F1 (or 0xA254F1) is known color: Medium Purple. HEX triplet: A2, 54 and F1. RGB value is (162,84,241). Sum of RGB (Red+Green+Blue) = 162+84+241=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 84 (33.20% from 255 or 17.25% from 487); Blue value is 241 (94.53% from 255 or 49.49% from 487); Max value from RGB is 241 - color contains mainly: blue. Hex color #A254F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A254F1 is #5DAB0E. Grayscale: #7C7C7C. Windows color (decimal): -6138639 or 15815842. OLE color: 15815842.

HSL color Cylindrical-coordinate representation of color #A254F1: hue angle of 269.81º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A254F1 is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 162 84 241 -
CMYK 0.33 0.65 0 0.05
HSL 269.81º 0.85% 0.64% -
HSV(B) 269.81º 0.65% 0.95% -
XYZ 33.95 20.37 85.36 -
YUV 125.22 193.34 154.23 -
System Red Green Blue C M Y K H S L
Decimal 162 84 241 0.33 0.65 0 0.05 269.81 0.85 0.64
Hex A2 54 F1 21 41 0 5 10E 55 40
Octal 242 124 361 41 101 0 5 416 125 100
Binary 10100010 1010100 11110001 100001 1000001 0 101 100001110 1010101 1000000

Color Harmonies of #A254F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A254F1

Black with #A254F1

Text Example


Text Example

White with #A254F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A254F1; }

 p { color: rgb(162,84,241); }

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

background-color css

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

 a { background-color: rgb(162,84,241); }

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

border-color css

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

 span { border-color: rgb(162,84,241); }

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