#a751ea

Color #A751EA Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #A751EA

Tints of Medium Orchid #A751EA

Color information

#A751EA (or 0xA751EA) is unknown color: approx Medium Orchid. HEX triplet: A7, 51 and EA. RGB value is (167,81,234). Sum of RGB (Red+Green+Blue) = 167+81+234=482 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.65% from 482); Green value is 81 (32.03% from 255 or 16.80% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #A751EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A751EA is #58AE15. Grayscale: #7B7B7B. Windows color (decimal): -5811734 or 15356327. OLE color: 15356327.

HSL color Cylindrical-coordinate representation of color #A751EA: hue angle of 273.73º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A751EA is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB16781234-
CMYK0.290.6500.08
HSL273.73º78.46%61.76%-
HSV(B)273.73º65.38%91.76%-
XYZ33.7320.0479.93-
YUV124.16189.99158.56-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.65%
GREEN value IS 81 (32.03% from 255) = 16.80%
BLUE value IS 234 (91.80% from 255) = 48.55%
R=34.65%
G=16.80%
B=48.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal167812340.290.6500.08273.7378.4661.76
HexA751EA1D41081124e3e
Octal2471213523510101042211676
Binary10100111101000111101010111011000001010001000100101001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a751ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a751ea; }

 p { color: rgb(167,81,234); }

 H1.HeaderClassName
 {
   color: #a751ea;
 }
 .AnyTagClassName
 {
   color: #a751ea;
 }
</style>
background-color css

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

 a { background-color: rgb(167,81,234); }

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

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

 span { border-color: rgb(167,81,234); }

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