Html Css Color HEX #A450F0 Medium Orchid

📋 copy color: '#A450F0'

red 164 ◦ green 80 ◦ blue 240

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

Shades of Medium Orchid #A450F0

Tints of Medium Orchid #A450F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 49.59%

R = 33.88%
G = 16.53%
B = 49.59%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A450F0 (or 0xA450F0) is known color: Medium Orchid. HEX triplet: A4, 50 and F0. RGB value is (164,80,240). Sum of RGB (Red+Green+Blue) = 164+80+240=484 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.88% from 484); Green value is 80 (31.64% from 255 or 16.53% from 484); Blue value is 240 (94.14% from 255 or 49.59% from 484); Max value from RGB is 240 - color contains mainly: blue. Hex color #A450F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A450F0 is #5BAF0F. Grayscale: #7A7A7A. Windows color (decimal): -6008592 or 15749284. OLE color: 15749284.

HSL color Cylindrical-coordinate representation of color #A450F0: hue angle of 271.5º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A450F0 is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 164 80 240 -
CMYK 0.32 0.67 0 0.06
HSL 271.5º 0.84% 0.63% -
HSV(B) 271.5º 0.67% 0.94% -
XYZ 33.91 19.92 84.5 -
YUV 123.36 193.83 156.99 -
System Red Green Blue C M Y K H S L
Decimal 164 80 240 0.32 0.67 0 0.06 271.5 0.84 0.63
Hex A4 50 F0 20 43 0 6 110 54 3F
Octal 244 120 360 40 103 0 6 420 124 77
Binary 10100100 1010000 11110000 100000 1000011 0 110 100010000 1010100 111111

Color Harmonies of #A450F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A450F0

Black with #A450F0

Text Example


Text Example

White with #A450F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A450F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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