Html Css Color HEX #A254FE Medium Purple

📋 copy color: '#A254FE'

red 162 ◦ green 84 ◦ blue 254

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

Shades of Medium Purple #A254FE

Tints of Medium Purple #A254FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.8%

R = 32.4%
G = 16.8%
B = 50.8%

CMYK

 C value IS 0.36

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A254FE (or 0xA254FE) is known color: Medium Purple. HEX triplet: A2, 54 and FE. RGB value is (162,84,254). Sum of RGB (Red+Green+Blue) = 162+84+254=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 84 (33.20% from 255 or 16.8% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #A254FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A254FE is #5DAB01. Grayscale: #7E7E7E. Windows color (decimal): -6138626 or 16667810. OLE color: 16667810.

HSL color Cylindrical-coordinate representation of color #A254FE: hue angle of 267.53º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A254FE is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 162 84 254 -
CMYK 0.36 0.67 0 0.00
HSL 267.53º 0.99% 0.66% -
HSV(B) 267.53º 0.67% 1% -
XYZ 35.96 21.18 95.96 -
YUV 126.7 199.84 153.18 -
System Red Green Blue C M Y K H S L
Decimal 162 84 254 0.36 0.67 0 0.00 267.53 0.99 0.66
Hex A2 54 FE 24 43 0 0 10C 63 42
Octal 242 124 376 44 103 0 0 414 143 102
Binary 10100010 1010100 11111110 100100 1000011 0 0 100001100 1100011 1000010

Color Harmonies of #A254FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A254FE

Black with #A254FE

Text Example


Text Example

White with #A254FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A254FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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