Html Css Color HEX #A450FC Medium Purple

📋 copy color: '#A450FC'

red 164 ◦ green 80 ◦ blue 252

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

Shades of Medium Purple #A450FC

Tints of Medium Purple #A450FC

RGB

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

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

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

R = 33.06%
G = 16.13%
B = 50.81%

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

#A450FC (or 0xA450FC) is known color: Medium Purple. HEX triplet: A4, 50 and FC. RGB value is (164,80,252). Sum of RGB (Red+Green+Blue) = 164+80+252=496 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.06% from 496); Green value is 80 (31.64% from 255 or 16.13% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #A450FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A450FC is #5BAF03. Grayscale: #7C7C7C. Windows color (decimal): -6008580 or 16535716. OLE color: 16535716.

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

Color convert

RGB 164 80 252 -
CMYK 0.35 0.68 0 0.01
HSL 269.3º 0.97% 0.65% -
HSV(B) 269.3º 0.68% 0.99% -
XYZ 35.75 20.66 94.2 -
YUV 124.72 199.83 156.01 -
System Red Green Blue C M Y K H S L
Decimal 164 80 252 0.35 0.68 0 0.01 269.3 0.97 0.65
Hex A4 50 FC 23 44 0 1 10D 61 41
Octal 244 120 374 43 104 0 1 415 141 101
Binary 10100100 1010000 11111100 100011 1000100 0 1 100001101 1100001 1000001

Color Harmonies of #A450FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A450FC

Black with #A450FC

Text Example


Text Example

White with #A450FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A450FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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