#A849CB

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

Shades of Medium Orchid #A849CB

Tints of Medium Orchid #A849CB

Color information

#A849CB (or 0xA849CB) is unknown color: approx Medium Orchid. HEX triplet: A8, 49 and CB. RGB value is (168,73,203). Sum of RGB (Red+Green+Blue) = 168+73+203=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 73 (28.91% from 255 or 16.44% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #A849CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A849CB is #57B634. Grayscale: #737373. Windows color (decimal): -5748277 or 13322664. OLE color: 13322664.

HSL color Cylindrical-coordinate representation of color #A849CB: hue angle of 283.85º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A849CB is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16873203-
CMYK0.170.6400.20
HSL283.85º55.56%54.12%-
HSV(B)283.85º64.04%79.61%-
XYZ29.3117.458.31-
YUV116.22176.97164.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.84%
GREEN value IS 73 (28.91% from 255) = 16.44%
BLUE value IS 203 (79.69% from 255) = 45.72%
R=37.84%
G=16.44%
B=45.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal168732030.170.6400.20283.8555.5654.12
HexA849CB114001411c3836
Octal250111313211000244347066
Binary10101000100100111001011100011000000010100100011100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A849CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A849CB; }

 p { color: rgb(168,73,203); }

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

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

 a { background-color: rgb(168,73,203); }

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

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

 span { border-color: rgb(168,73,203); }

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