Html Css Color HEX #A250FE Medium Purple

📋 copy color: '#A250FE'

red 162 ◦ green 80 ◦ blue 254

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

Shades of Medium Purple #A250FE

Tints of Medium Purple #A250FE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.13%

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

R = 32.66%
G = 16.13%
B = 51.21%

CMYK

 C value IS 0.36

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A250FE (or 0xA250FE) is known color: Medium Purple. HEX triplet: A2, 50 and FE. RGB value is (162,80,254). Sum of RGB (Red+Green+Blue) = 162+80+254=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 80 (31.64% from 255 or 16.13% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #A250FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A250FE is #5DAF01. Grayscale: #7B7B7B. Windows color (decimal): -6139650 or 16666786. OLE color: 16666786.

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

Color convert

RGB 162 80 254 -
CMYK 0.36 0.69 0 0.00
HSL 268.28º 0.99% 0.65% -
HSV(B) 268.28º 0.69% 1% -
XYZ 35.66 20.57 95.86 -
YUV 124.35 201.17 154.85 -
System Red Green Blue C M Y K H S L
Decimal 162 80 254 0.36 0.69 0 0.00 268.28 0.99 0.65
Hex A2 50 FE 24 45 0 0 10C 63 41
Octal 242 120 376 44 105 0 0 414 143 101
Binary 10100010 1010000 11111110 100100 1000101 0 0 100001100 1100011 1000001

Color Harmonies of #A250FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A250FE

Black with #A250FE

Text Example


Text Example

White with #A250FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A250FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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