Html Css Color HEX #A250FC Medium Purple

📋 copy color: '#A250FC'

red 162 ◦ green 80 ◦ blue 252

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

Shades of Medium Purple #A250FC

Tints of Medium Purple #A250FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.01%

R = 32.79%
G = 16.19%
B = 51.01%

CMYK

 C value IS 0.36

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A250FC (or 0xA250FC) is known color: Medium Purple. HEX triplet: A2, 50 and FC. RGB value is (162,80,252). Sum of RGB (Red+Green+Blue) = 162+80+252=494 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.79% from 494); Green value is 80 (31.64% from 255 or 16.19% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #A250FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A250FC is #5DAF03. Grayscale: #7B7B7B. Windows color (decimal): -6139652 or 16535714. OLE color: 16535714.

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

Color convert

RGB 162 80 252 -
CMYK 0.36 0.68 0 0.01
HSL 268.6º 0.97% 0.65% -
HSV(B) 268.6º 0.68% 0.99% -
XYZ 35.34 20.45 94.18 -
YUV 124.13 200.17 155.01 -
System Red Green Blue C M Y K H S L
Decimal 162 80 252 0.36 0.68 0 0.01 268.6 0.97 0.65
Hex A2 50 FC 24 44 0 1 10D 61 41
Octal 242 120 374 44 104 0 1 415 141 101
Binary 10100010 1010000 11111100 100100 1000100 0 1 100001101 1100001 1000001

Color Harmonies of #A250FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A250FC

Black with #A250FC

Text Example


Text Example

White with #A250FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A250FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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