#A79BCD

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

Shades of Biloba Flower #A79BCD

Tints of Biloba Flower #A79BCD

Color information

#A79BCD (or 0xA79BCD) is unknown color: approx Biloba Flower. HEX triplet: A7, 9B and CD. RGB value is (167,155,205). Sum of RGB (Red+Green+Blue) = 167+155+205=527 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.69% from 527); Green value is 155 (60.94% from 255 or 29.41% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 205 - color contains mainly: blue. Hex color #A79BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79BCD is #586432. Grayscale: #A4A4A4. Windows color (decimal): -5792819 or 13474727. OLE color: 13474727.

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

Color convert

RGB167155205-
CMYK0.190.2400.20
HSL254.4º33.33%70.59%-
HSV(B)254.4º24.39%80.39%-
XYZ38.6836.0762.68-
YUV164.29150.98129.93-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.69%
GREEN value IS 155 (60.94% from 255) = 29.41%
BLUE value IS 205 (80.47% from 255) = 38.90%
R=31.69%
G=29.41%
B=38.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1671552050.190.2400.20254.433.3370.59
HexA79BCD1318014fe2147
Octal247233315233002437641107
Binary1010011110011011110011011001111000010100111111101000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79BCD; }

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

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

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

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

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

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

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

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