Html Css Color HEX #A450FD Medium Purple

📋 copy color: '#A450FD'

red 164 ◦ green 80 ◦ blue 253

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

Shades of Medium Purple #A450FD

Tints of Medium Purple #A450FD

RGB

 RED value IS 164 (64.45% from 255) = 33%

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

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

R = 33%
G = 16.1%
B = 50.91%

CMYK

 C value IS 0.35

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A450FD (or 0xA450FD) is known color: Medium Purple. HEX triplet: A4, 50 and FD. RGB value is (164,80,253). Sum of RGB (Red+Green+Blue) = 164+80+253=497 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.00% from 497); Green value is 80 (31.64% from 255 or 16.10% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #A450FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A450FD is #5BAF02. Grayscale: #7C7C7C. Windows color (decimal): -6008579 or 16601252. OLE color: 16601252.

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

Color convert

RGB 164 80 253 -
CMYK 0.35 0.68 0 0.01
HSL 269.13º 0.98% 0.65% -
HSV(B) 269.13º 0.68% 0.99% -
XYZ 35.91 20.72 95.04 -
YUV 124.84 200.33 155.93 -
System Red Green Blue C M Y K H S L
Decimal 164 80 253 0.35 0.68 0 0.01 269.13 0.98 0.65
Hex A4 50 FD 23 44 0 1 10D 62 41
Octal 244 120 375 43 104 0 1 415 142 101
Binary 10100100 1010000 11111101 100011 1000100 0 1 100001101 1100010 1000001

Color Harmonies of #A450FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A450FD

Black with #A450FD

Text Example


Text Example

White with #A450FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A450FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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