#A79BCB

Color #A79BCB Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #A79BCB

Tints of Biloba Flower #A79BCB

Color information

#A79BCB (or 0xA79BCB) is unknown color: approx Biloba Flower. HEX triplet: A7, 9B and CB. RGB value is (167,155,203). Sum of RGB (Red+Green+Blue) = 167+155+203=525 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.81% from 525); Green value is 155 (60.94% from 255 or 29.52% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 203 - color contains mainly: blue. Hex color #A79BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79BCB is #586434. Grayscale: #A3A3A3. Windows color (decimal): -5792821 or 13343655. OLE color: 13343655.

HSL color Cylindrical-coordinate representation of color #A79BCB: hue angle of 255º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A79BCB is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB167155203-
CMYK0.180.2400.20
HSL255º31.58%70.2%-
HSV(B)255º23.65%79.61%-
XYZ38.4435.9761.42-
YUV164.06149.98130.1-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.81%
GREEN value IS 155 (60.94% from 255) = 29.52%
BLUE value IS 203 (79.69% from 255) = 38.67%
R=31.81%
G=29.52%
B=38.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1671552030.180.2400.2025531.5870.2
HexA79BCB1218014ff2046
Octal247233313223002437740106
Binary1010011110011011110010111001011000010100111111111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79BCB; }

 p { color: rgb(167,155,203); }

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

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

 a { background-color: rgb(167,155,203); }

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

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

 span { border-color: rgb(167,155,203); }

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