Html Css Color HEX #A450F1 Medium Orchid

📋 copy color: '#A450F1'

red 164 ◦ green 80 ◦ blue 241

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

Shades of Medium Orchid #A450F1

Tints of Medium Orchid #A450F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 49.69%

R = 33.81%
G = 16.49%
B = 49.69%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A450F1 (or 0xA450F1) is known color: Medium Orchid. HEX triplet: A4, 50 and F1. RGB value is (164,80,241). Sum of RGB (Red+Green+Blue) = 164+80+241=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 80 (31.64% from 255 or 16.49% from 485); Blue value is 241 (94.53% from 255 or 49.69% from 485); Max value from RGB is 241 - color contains mainly: blue. Hex color #A450F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A450F1 is #5BAF0E. Grayscale: #7A7A7A. Windows color (decimal): -6008591 or 15814820. OLE color: 15814820.

HSL color Cylindrical-coordinate representation of color #A450F1: hue angle of 271.3º degrees, saturation: 0.85, 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 #A450F1 is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 164 80 241 -
CMYK 0.32 0.67 0 0.05
HSL 271.3º 0.85% 0.63% -
HSV(B) 271.3º 0.67% 0.95% -
XYZ 34.06 19.98 85.28 -
YUV 123.47 194.33 156.91 -
System Red Green Blue C M Y K H S L
Decimal 164 80 241 0.32 0.67 0 0.05 271.3 0.85 0.63
Hex A4 50 F1 20 43 0 5 10F 55 3F
Octal 244 120 361 40 103 0 5 417 125 77
Binary 10100100 1010000 11110001 100000 1000011 0 101 100001111 1010101 111111

Color Harmonies of #A450F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A450F1

Black with #A450F1

Text Example


Text Example

White with #A450F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A450F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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