Html Css Color HEX #A450E1 Medium Orchid

📋 copy color: '#A450E1'

red 164 ◦ green 80 ◦ blue 225

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

Shades of Medium Orchid #A450E1

Tints of Medium Orchid #A450E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 47.97%

R = 34.97%
G = 17.06%
B = 47.97%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A450E1 (or 0xA450E1) is known color: Medium Orchid. HEX triplet: A4, 50 and E1. RGB value is (164,80,225). Sum of RGB (Red+Green+Blue) = 164+80+225=469 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.97% from 469); Green value is 80 (31.64% from 255 or 17.06% from 469); Blue value is 225 (88.28% from 255 or 47.97% from 469); Max value from RGB is 225 - color contains mainly: blue. Hex color #A450E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A450E1 is #5BAF1E. Grayscale: #797979. Windows color (decimal): -6008607 or 14766244. OLE color: 14766244.

HSL color Cylindrical-coordinate representation of color #A450E1: hue angle of 274.76º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A450E1 is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 164 80 225 -
CMYK 0.27 0.64 0 0.12
HSL 274.76º 0.71% 0.6% -
HSV(B) 274.76º 0.64% 0.88% -
XYZ 31.77 19.07 73.24 -
YUV 121.65 186.33 158.21 -
System Red Green Blue C M Y K H S L
Decimal 164 80 225 0.27 0.64 0 0.12 274.76 0.71 0.6
Hex A4 50 E1 1B 40 0 C 113 47 3C
Octal 244 120 341 33 100 0 14 423 107 74
Binary 10100100 1010000 11100001 11011 1000000 0 1100 100010011 1000111 111100

Color Harmonies of #A450E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A450E1

Black with #A450E1

Text Example


Text Example

White with #A450E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A450E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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