#A751E0

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

Shades of Medium Orchid #A751E0

Tints of Medium Orchid #A751E0

Color information

#A751E0 (or 0xA751E0) is unknown color: approx Medium Orchid. HEX triplet: A7, 51 and E0. RGB value is (167,81,224). Sum of RGB (Red+Green+Blue) = 167+81+224=472 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.38% from 472); Green value is 81 (32.03% from 255 or 17.16% from 472); Blue value is 224 (87.89% from 255 or 47.46% from 472); Max value from RGB is 224 - color contains mainly: blue. Hex color #A751E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A751E0 is #58AE1F. Grayscale: #7A7A7A. Windows color (decimal): -5811744 or 14700967. OLE color: 14700967.

HSL color Cylindrical-coordinate representation of color #A751E0: hue angle of 276.08º 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 #A751E0 is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB16781224-
CMYK0.250.6400.12
HSL276.08º69.76%59.8%-
HSV(B)276.08º63.84%87.84%-
XYZ32.3319.4872.58-
YUV123.02184.99159.37-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.38%
GREEN value IS 81 (32.03% from 255) = 17.16%
BLUE value IS 224 (87.89% from 255) = 47.46%
R=35.38%
G=17.16%
B=47.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal167812240.250.6400.12276.0869.7659.8
HexA751E019400C114463c
Octal2471213403110001442410674
Binary10100111101000111100000110011000000011001000101001000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A751E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A751E0; }

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

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

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

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

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

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

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

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