Html Css Color HEX #A750DF Medium Orchid

📋 copy color: '#A750DF'

red 167 ◦ green 80 ◦ blue 223

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

Shades of Medium Orchid #A750DF

Tints of Medium Orchid #A750DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.45%

R = 35.53%
G = 17.02%
B = 47.45%

CMYK

 C value IS 0.25

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A750DF (or 0xA750DF) is known color: Medium Orchid. HEX triplet: A7, 50 and DF. RGB value is (167,80,223). Sum of RGB (Red+Green+Blue) = 167+80+223=470 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.53% from 470); Green value is 80 (31.64% from 255 or 17.02% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #A750DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A750DF is #58AF20. Grayscale: #797979. Windows color (decimal): -5812001 or 14635175. OLE color: 14635175.

HSL color Cylindrical-coordinate representation of color #A750DF: hue angle of 276.5º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A750DF is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 80 223 -
CMYK 0.25 0.64 0 0.13
HSL 276.5º 0.69% 0.59% -
HSV(B) 276.5º 0.64% 0.87% -
XYZ 32.12 19.28 71.84 -
YUV 122.32 184.82 159.87 -
System Red Green Blue C M Y K H S L
Decimal 167 80 223 0.25 0.64 0 0.13 276.5 0.69 0.59
Hex A7 50 DF 19 40 0 D 115 45 3B
Octal 247 120 337 31 100 0 15 425 105 73
Binary 10100111 1010000 11011111 11001 1000000 0 1101 100010101 1000101 111011

Color Harmonies of #A750DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A750DF

Black with #A750DF

Text Example


Text Example

White with #A750DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A750DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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