#A748EE

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

Shades of Medium Orchid #A748EE

Tints of Medium Orchid #A748EE

Color information

#A748EE (or 0xA748EE) is unknown color: approx Medium Orchid. HEX triplet: A7, 48 and EE. RGB value is (167,72,238). Sum of RGB (Red+Green+Blue) = 167+72+238=477 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.01% from 477); Green value is 72 (28.52% from 255 or 15.09% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #A748EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A748EE is #58B711. Grayscale: #767676. Windows color (decimal): -5814034 or 15616167. OLE color: 15616167.

HSL color Cylindrical-coordinate representation of color #A748EE: hue angle of 274.34º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A748EE is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16772238-
CMYK0.300.7000.07
HSL274.34º83%60.78%-
HSV(B)274.34º69.75%93.33%-
XYZ33.6919.0282.79-
YUV119.33194.97162-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.01%
GREEN value IS 72 (28.52% from 255) = 15.09%
BLUE value IS 238 (93.36% from 255) = 49.90%
R=35.01%
G=15.09%
B=49.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal167722380.300.7000.07274.348360.78
HexA748EE1E4607112533d
Octal247110356361060742212375
Binary1010011110010001110111011110100011001111000100101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A748EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A748EE; }

 p { color: rgb(167,72,238); }

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

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

 a { background-color: rgb(167,72,238); }

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

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

 span { border-color: rgb(167,72,238); }

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