#a748ed

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

Shades of Medium Orchid #A748ED

Tints of Medium Orchid #A748ED

Color information

#A748ED (or 0xA748ED) is unknown color: approx Medium Orchid. HEX triplet: A7, 48 and ED. RGB value is (167,72,237). Sum of RGB (Red+Green+Blue) = 167+72+237=476 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.08% from 476); Green value is 72 (28.52% from 255 or 15.13% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #A748ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A748ED is #58B712. Grayscale: #767676. Windows color (decimal): -5814035 or 15550631. OLE color: 15550631.

HSL color Cylindrical-coordinate representation of color #A748ED: hue angle of 274.55º degrees, saturation: 0.82, 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 #A748ED is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16772237-
CMYK0.300.7000.07
HSL274.55º82.09%60.59%-
HSV(B)274.55º69.62%92.94%-
XYZ33.5418.9682.01-
YUV119.22194.47162.08-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.08%
GREEN value IS 72 (28.52% from 255) = 15.13%
BLUE value IS 237 (92.97% from 255) = 49.79%
R=35.08%
G=15.13%
B=49.79%

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
Decimal167722370.300.7000.07274.5582.0960.59
HexA748ED1E4607113523d
Octal247110355361060742312275
Binary1010011110010001110110111110100011001111000100111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a748ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a748ed; }

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

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

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

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

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

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

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

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