Html Css Color HEX #A550F4 Medium Orchid

📋 copy color: '#A550F4'

red 165 ◦ green 80 ◦ blue 244

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

Shades of Medium Orchid #A550F4

Tints of Medium Orchid #A550F4

RGB

 RED value IS 165 (64.84% from 255) = 33.74%

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

 BLUE value IS 244 (95.7% from 255) = 49.9%

R = 33.74%
G = 16.36%
B = 49.9%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A550F4 (or 0xA550F4) is known color: Medium Orchid. HEX triplet: A5, 50 and F4. RGB value is (165,80,244). Sum of RGB (Red+Green+Blue) = 165+80+244=489 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.74% from 489); Green value is 80 (31.64% from 255 or 16.36% from 489); Blue value is 244 (95.70% from 255 or 49.90% from 489); Max value from RGB is 244 - color contains mainly: blue. Hex color #A550F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A550F4 is #5AAF0B. Grayscale: #7B7B7B. Windows color (decimal): -5943052 or 16011429. OLE color: 16011429.

HSL color Cylindrical-coordinate representation of color #A550F4: hue angle of 271.1º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A550F4 is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 165 80 244 -
CMYK 0.32 0.67 0 0.04
HSL 271.1º 0.88% 0.64% -
HSV(B) 271.1º 0.67% 0.96% -
XYZ 34.71 20.27 87.67 -
YUV 124.11 195.66 157.16 -
System Red Green Blue C M Y K H S L
Decimal 165 80 244 0.32 0.67 0 0.04 271.1 0.88 0.64
Hex A5 50 F4 20 43 0 4 10F 58 40
Octal 245 120 364 40 103 0 4 417 130 100
Binary 10100101 1010000 11110100 100000 1000011 0 100 100001111 1011000 1000000

Color Harmonies of #A550F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A550F4

Black with #A550F4

Text Example


Text Example

White with #A550F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A550F4; }

 p { color: rgb(165,80,244); }

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

background-color css

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

 a { background-color: rgb(165,80,244); }

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

border-color css

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

 span { border-color: rgb(165,80,244); }

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