#C47AB5

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

Shades of London Hue #C47AB5

Tints of London Hue #C47AB5

Color information

#C47AB5 (or 0xC47AB5) is unknown color: approx London Hue. HEX triplet: C4, 7A and B5. RGB value is (196,122,181). Sum of RGB (Red+Green+Blue) = 196+122+181=499 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.28% from 499); Green value is 122 (48.05% from 255 or 24.45% from 499); Blue value is 181 (71.09% from 255 or 36.27% from 499); Max value from RGB is 196 - color contains mainly: red. Hex color #C47AB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47AB5 is #3B854A. Grayscale: #969696. Windows color (decimal): -3900747 or 11893444. OLE color: 11893444.

HSL color Cylindrical-coordinate representation of color #C47AB5: hue angle of 312.16º 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 #C47AB5 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB196122181-
CMYK00.380.080.23
HSL312.16º38.54%62.35%-
HSV(B)312.16º37.76%76.86%-
XYZ38.0628.9947.31-
YUV150.85145.02160.2-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.28%
GREEN value IS 122 (48.05% from 255) = 24.45%
BLUE value IS 181 (71.09% from 255) = 36.27%
R=39.28%
G=24.45%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612218100.380.080.23312.1638.5462.35
HexC47AB5026817138273e
Octal30417226504610274704776
Binary110001001111010101101010100110100010111100111000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47AB5; }

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

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

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

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

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

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

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

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