#C47AB1

Color #C47AB1 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #C47AB1

Tints of London Hue #C47AB1

Color information

#C47AB1 (or 0xC47AB1) is unknown color: approx London Hue. HEX triplet: C4, 7A and B1. RGB value is (196,122,177). Sum of RGB (Red+Green+Blue) = 196+122+177=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 122 (48.05% from 255 or 24.65% from 495); Blue value is 177 (69.53% from 255 or 35.76% from 495); Max value from RGB is 196 - color contains mainly: red. Hex color #C47AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47AB1 is #3B854E. Grayscale: #969696. Windows color (decimal): -3900751 or 11631300. OLE color: 11631300.

HSL color Cylindrical-coordinate representation of color #C47AB1: hue angle of 315.41º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C47AB1 is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB196122177-
CMYK00.380.100.23
HSL315.41º38.54%62.35%-
HSV(B)315.41º37.76%76.86%-
XYZ37.6628.8345.17-
YUV150.4143.02160.53-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.60%
GREEN value IS 122 (48.05% from 255) = 24.65%
BLUE value IS 177 (69.53% from 255) = 35.76%
R=39.60%
G=24.65%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612217700.380.100.23315.4138.5462.35
HexC47AB1026A1713b273e
Octal30417226104612274734776
Binary110001001111010101100010100110101010111100111011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47AB1; }

 p { color: rgb(196,122,177); }

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

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

 a { background-color: rgb(196,122,177); }

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

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

 span { border-color: rgb(196,122,177); }

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