Html Css Color HEX #A250FD Medium Purple

📋 copy color: '#A250FD'

red 162 ◦ green 80 ◦ blue 253

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

Shades of Medium Purple #A250FD

Tints of Medium Purple #A250FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.11%

R = 32.73%
G = 16.16%
B = 51.11%

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

#A250FD (or 0xA250FD) is known color: Medium Purple. HEX triplet: A2, 50 and FD. RGB value is (162,80,253). Sum of RGB (Red+Green+Blue) = 162+80+253=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 80 (31.64% from 255 or 16.16% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #A250FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A250FD is #5DAF02. Grayscale: #7B7B7B. Windows color (decimal): -6139651 or 16601250. OLE color: 16601250.

HSL color Cylindrical-coordinate representation of color #A250FD: hue angle of 268.44º degrees, saturation: 0.98, 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 #A250FD is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 162 80 253 -
CMYK 0.36 0.68 0 0.01
HSL 268.44º 0.98% 0.65% -
HSV(B) 268.44º 0.68% 0.99% -
XYZ 35.5 20.51 95.02 -
YUV 124.24 200.67 154.93 -
System Red Green Blue C M Y K H S L
Decimal 162 80 253 0.36 0.68 0 0.01 268.44 0.98 0.65
Hex A2 50 FD 24 44 0 1 10C 62 41
Octal 242 120 375 44 104 0 1 414 142 101
Binary 10100010 1010000 11111101 100100 1000100 0 1 100001100 1100010 1000001

Color Harmonies of #A250FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A250FD

Black with #A250FD

Text Example


Text Example

White with #A250FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A250FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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