Html Css Color HEX #A79DBF Biloba Flower

📋 copy color: '#A79DBF'

red 167 ◦ green 157 ◦ blue 191

#A79DBF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #A79DBF

Tints of Biloba Flower #A79DBF

RGB

 RED value IS 167 (65.63% from 255) = 32.43%

 GREEN value IS 157 (61.72% from 255) = 30.49%

 BLUE value IS 191 (75% from 255) = 37.09%

R = 32.43%
G = 30.49%
B = 37.09%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A79DBF (or 0xA79DBF) is known color: Biloba Flower. HEX triplet: A7, 9D and BF. RGB value is (167,157,191). Sum of RGB (Red+Green+Blue) = 167+157+191=515 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.43% from 515); Green value is 157 (61.72% from 255 or 30.49% from 515); Blue value is 191 (75% from 255 or 37.09% from 515); Max value from RGB is 191 - color contains mainly: blue. Hex color #A79DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79DBF is #586240. Grayscale: #A3A3A3. Windows color (decimal): -5792321 or 12557735. OLE color: 12557735.

HSL color Cylindrical-coordinate representation of color #A79DBF: hue angle of 257.65º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A79DBF is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 167 157 191 -
CMYK 0.13 0.18 0 0.25
HSL 257.65º 0.21% 0.68% -
HSV(B) 257.65º 0.18% 0.75% -
XYZ 37.4 36.09 54.29 -
YUV 163.87 143.31 130.24 -
System Red Green Blue C M Y K H S L
Decimal 167 157 191 0.13 0.18 0 0.25 257.65 0.21 0.68
Hex A7 9D BF D 12 0 19 102 15 44
Octal 247 235 277 15 22 0 31 402 25 104
Binary 10100111 10011101 10111111 1101 10010 0 11001 100000010 10101 1000100

Color Harmonies of #A79DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79DBF

Black with #A79DBF

Text Example


Text Example

White with #A79DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79DBF; }

 p { color: rgb(167,157,191); }

 H1.HeaderClassName
 {
   color: #A79DBF;
 }
 .AnyTagClassName
 {
   color: #A79DBF;
 }
</style>

background-color css

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

 a { background-color: rgb(167,157,191); }

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

border-color css

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

 span { border-color: rgb(167,157,191); }

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