Html Css Color HEX #A250F3 Medium Purple

📋 copy color: '#A250F3'

red 162 ◦ green 80 ◦ blue 243

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

Shades of Medium Purple #A250F3

Tints of Medium Purple #A250F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 50.1%

R = 33.4%
G = 16.49%
B = 50.1%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A250F3 (or 0xA250F3) is known color: Medium Purple. HEX triplet: A2, 50 and F3. RGB value is (162,80,243). Sum of RGB (Red+Green+Blue) = 162+80+243=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 80 (31.64% from 255 or 16.49% from 485); Blue value is 243 (95.31% from 255 or 50.10% from 485); Max value from RGB is 243 - color contains mainly: blue. Hex color #A250F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A250F3 is #5DAF0C. Grayscale: #7A7A7A. Windows color (decimal): -6139661 or 15945890. OLE color: 15945890.

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

Color convert

RGB 162 80 243 -
CMYK 0.33 0.67 0 0.05
HSL 270.18º 0.87% 0.63% -
HSV(B) 270.18º 0.67% 0.95% -
XYZ 33.95 19.89 86.84 -
YUV 123.1 195.67 155.75 -
System Red Green Blue C M Y K H S L
Decimal 162 80 243 0.33 0.67 0 0.05 270.18 0.87 0.63
Hex A2 50 F3 21 43 0 5 10E 57 3F
Octal 242 120 363 41 103 0 5 416 127 77
Binary 10100010 1010000 11110011 100001 1000011 0 101 100001110 1010111 111111

Color Harmonies of #A250F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A250F3

Black with #A250F3

Text Example


Text Example

White with #A250F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A250F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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