Html Css Color HEX #A750EF Medium Orchid

📋 copy color: '#A750EF'

red 167 ◦ green 80 ◦ blue 239

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

Shades of Medium Orchid #A750EF

Tints of Medium Orchid #A750EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.18%

R = 34.36%
G = 16.46%
B = 49.18%

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

#A750EF (or 0xA750EF) is known color: Medium Orchid. HEX triplet: A7, 50 and EF. RGB value is (167,80,239). Sum of RGB (Red+Green+Blue) = 167+80+239=486 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.36% from 486); Green value is 80 (31.64% from 255 or 16.46% from 486); Blue value is 239 (93.75% from 255 or 49.18% from 486); Max value from RGB is 239 - color contains mainly: blue. Hex color #A750EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A750EF is #58AF10. Grayscale: #7B7B7B. Windows color (decimal): -5811985 or 15683751. OLE color: 15683751.

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

Color convert

RGB 167 80 239 -
CMYK 0.30 0.67 0 0.06
HSL 272.83º 0.83% 0.63% -
HSV(B) 272.83º 0.67% 0.94% -
XYZ 34.39 20.18 83.75 -
YUV 124.14 192.82 158.57 -
System Red Green Blue C M Y K H S L
Decimal 167 80 239 0.30 0.67 0 0.06 272.83 0.83 0.63
Hex A7 50 EF 1E 43 0 6 111 53 3F
Octal 247 120 357 36 103 0 6 421 123 77
Binary 10100111 1010000 11101111 11110 1000011 0 110 100010001 1010011 111111

Color Harmonies of #A750EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A750EF

Black with #A750EF

Text Example


Text Example

White with #A750EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A750EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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