Html Css Color HEX #A750F0 Medium Orchid

📋 copy color: '#A750F0'

red 167 ◦ green 80 ◦ blue 240

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

Shades of Medium Orchid #A750F0

Tints of Medium Orchid #A750F0

RGB

 RED value IS 167 (65.63% from 255) = 34.29%

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

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

R = 34.29%
G = 16.43%
B = 49.28%

CMYK

 C value IS 0.30

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A750F0 (or 0xA750F0) is known color: Medium Orchid. HEX triplet: A7, 50 and F0. RGB value is (167,80,240). Sum of RGB (Red+Green+Blue) = 167+80+240=487 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.29% from 487); Green value is 80 (31.64% from 255 or 16.43% from 487); Blue value is 240 (94.14% from 255 or 49.28% from 487); Max value from RGB is 240 - color contains mainly: blue. Hex color #A750F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A750F0 is #58AF0F. Grayscale: #7B7B7B. Windows color (decimal): -5811984 or 15749287. OLE color: 15749287.

HSL color Cylindrical-coordinate representation of color #A750F0: hue angle of 272.62º 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 #A750F0 is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 167 80 240 -
CMYK 0.30 0.67 0 0.06
HSL 272.63º 0.84% 0.63% -
HSV(B) 272.63º 0.67% 0.94% -
XYZ 34.53 20.24 84.53 -
YUV 124.25 193.32 158.49 -
System Red Green Blue C M Y K H S L
Decimal 167 80 240 0.30 0.67 0 0.06 272.63 0.84 0.63
Hex A7 50 F0 1E 43 0 6 111 54 3F
Octal 247 120 360 36 103 0 6 421 124 77
Binary 10100111 1010000 11110000 11110 1000011 0 110 100010001 1010100 111111

Color Harmonies of #A750F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A750F0

Black with #A750F0

Text Example


Text Example

White with #A750F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A750F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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