Html Css Color HEX #A750E0 Medium Orchid

📋 copy color: '#A750E0'

red 167 ◦ green 80 ◦ blue 224

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

Shades of Medium Orchid #A750E0

Tints of Medium Orchid #A750E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.56%

R = 35.46%
G = 16.99%
B = 47.56%

CMYK

 C value IS 0.25

 M value IS 0.64

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A750E0 (or 0xA750E0) is known color: Medium Orchid. HEX triplet: A7, 50 and E0. RGB value is (167,80,224). Sum of RGB (Red+Green+Blue) = 167+80+224=471 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.46% from 471); Green value is 80 (31.64% from 255 or 16.99% from 471); Blue value is 224 (87.89% from 255 or 47.56% from 471); Max value from RGB is 224 - color contains mainly: blue. Hex color #A750E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A750E0 is #58AF1F. Grayscale: #797979. Windows color (decimal): -5812000 or 14700711. OLE color: 14700711.

HSL color Cylindrical-coordinate representation of color #A750E0: hue angle of 276.25º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A750E0 is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 167 80 224 -
CMYK 0.25 0.64 0 0.12
HSL 276.25º 0.7% 0.6% -
HSV(B) 276.25º 0.64% 0.88% -
XYZ 32.26 19.33 72.55 -
YUV 122.43 185.32 159.79 -
System Red Green Blue C M Y K H S L
Decimal 167 80 224 0.25 0.64 0 0.12 276.25 0.7 0.6
Hex A7 50 E0 19 40 0 C 114 46 3C
Octal 247 120 340 31 100 0 14 424 106 74
Binary 10100111 1010000 11100000 11001 1000000 0 1100 100010100 1000110 111100

Color Harmonies of #A750E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A750E0

Black with #A750E0

Text Example


Text Example

White with #A750E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A750E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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