#A748E2

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

Shades of Medium Orchid #A748E2

Tints of Medium Orchid #A748E2

Color information

#A748E2 (or 0xA748E2) is unknown color: approx Medium Orchid. HEX triplet: A7, 48 and E2. RGB value is (167,72,226). Sum of RGB (Red+Green+Blue) = 167+72+226=465 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.91% from 465); Green value is 72 (28.52% from 255 or 15.48% from 465); Blue value is 226 (88.67% from 255 or 48.60% from 465); Max value from RGB is 226 - color contains mainly: blue. Hex color #A748E2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A748E2 is #58B71D. Grayscale: #757575. Windows color (decimal): -5814046 or 14829735. OLE color: 14829735.

HSL color Cylindrical-coordinate representation of color #A748E2: hue angle of 277.01º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A748E2 is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16772226-
CMYK0.260.6800.11
HSL277.01º72.64%58.43%-
HSV(B)277.01º68.14%88.63%-
XYZ31.9818.3473.81-
YUV117.96188.97162.98-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.91%
GREEN value IS 72 (28.52% from 255) = 15.48%
BLUE value IS 226 (88.67% from 255) = 48.60%
R=35.91%
G=15.48%
B=48.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal167722260.260.6800.11277.0172.6458.43
HexA748E21A440B115493a
Octal2471103423210401342511172
Binary10100111100100011100010110101000100010111000101011001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A748E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A748E2; }

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

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

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

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

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

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

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

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