#A07BCB

Color #A07BCB Lilac Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac Bush #A07BCB

Tints of Lilac Bush #A07BCB

Color information

#A07BCB (or 0xA07BCB) is unknown color: approx Lilac Bush. HEX triplet: A0, 7B and CB. RGB value is (160,123,203). Sum of RGB (Red+Green+Blue) = 160+123+203=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 123 (48.44% from 255 or 25.31% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #A07BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07BCB is #5F8434. Grayscale: #8E8E8E. Windows color (decimal): -6259765 or 13335456. OLE color: 13335456.

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

Color convert

RGB160123203-
CMYK0.210.3900.20
HSL267.75º43.48%63.92%-
HSV(B)267.75º39.41%79.61%-
XYZ32.3625.9559.8-
YUV143.18161.76140-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.92%
GREEN value IS 123 (48.44% from 255) = 25.31%
BLUE value IS 203 (79.69% from 255) = 41.77%
R=32.92%
G=25.31%
B=41.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1601232030.210.3900.20267.7543.4863.92
HexA07BCB152701410c2b40
Octal240173313254702441453100
Binary10100000111101111001011101011001110101001000011001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07BCB; }

 p { color: rgb(160,123,203); }

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

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

 a { background-color: rgb(160,123,203); }

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

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

 span { border-color: rgb(160,123,203); }

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