#A949CB

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

Shades of Medium Orchid #A949CB

Tints of Medium Orchid #A949CB

Color information

#A949CB (or 0xA949CB) is unknown color: approx Medium Orchid. HEX triplet: A9, 49 and CB. RGB value is (169,73,203). Sum of RGB (Red+Green+Blue) = 169+73+203=445 (58% of max value = 765). Red value is 169 (66.41% from 255 or 37.98% from 445); Green value is 73 (28.91% from 255 or 16.40% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #A949CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A949CB is #56B634. Grayscale: #747474. Windows color (decimal): -5682741 or 13322665. OLE color: 13322665.

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

Color convert

RGB16973203-
CMYK0.170.6400.20
HSL284.31º55.56%54.12%-
HSV(B)284.31º64.04%79.61%-
XYZ29.5217.5158.32-
YUV116.52176.8165.43-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.98%
GREEN value IS 73 (28.91% from 255) = 16.40%
BLUE value IS 203 (79.69% from 255) = 45.62%
R=37.98%
G=16.40%
B=45.62%

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
Decimal169732030.170.6400.20284.3155.5654.12
HexA949CB114001411c3836
Octal251111313211000244347066
Binary10101001100100111001011100011000000010100100011100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A949CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A949CB; }

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

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

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

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

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

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

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

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