#C07ABA

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

Shades of London Hue #C07ABA

Tints of London Hue #C07ABA

Color information

#C07ABA (or 0xC07ABA) is unknown color: approx London Hue. HEX triplet: C0, 7A and BA. RGB value is (192,122,186). Sum of RGB (Red+Green+Blue) = 192+122+186=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 122 (48.05% from 255 or 24.4% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 192 - color contains mainly: red. Hex color #C07ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07ABA is #3F8545. Grayscale: #969696. Windows color (decimal): -4162886 or 12221120. OLE color: 12221120.

HSL color Cylindrical-coordinate representation of color #C07ABA: hue angle of 305.14º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C07ABA is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB192122186-
CMYK00.360.030.25
HSL305.14º35.71%61.57%-
HSV(B)305.14º36.46%75.29%-
XYZ37.5628.6750.01-
YUV150.23148.19157.8-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.4%
GREEN value IS 122 (48.05% from 255) = 24.4%
BLUE value IS 186 (73.05% from 255) = 37.2%
R=38.4%
G=24.4%
B=37.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212218600.360.030.25305.1435.7161.57
HexC07ABA024319131243e
Octal3001722720443314614476
Binary1100000011110101011101001001001111001100110001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07ABA; }

 p { color: rgb(192,122,186); }

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

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

 a { background-color: rgb(192,122,186); }

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

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

 span { border-color: rgb(192,122,186); }

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