Html Css Color HEX #A79BC1 Biloba Flower

📋 copy color: '#A79BC1'

red 167 ◦ green 155 ◦ blue 193

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

Shades of Biloba Flower #A79BC1

Tints of Biloba Flower #A79BC1

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.1%

 BLUE value IS 193 (75.78% from 255) = 37.48%

R = 32.43%
G = 30.1%
B = 37.48%

CMYK

 C value IS 0.13

 M value IS 0.20

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A79BC1 (or 0xA79BC1) is known color: Biloba Flower. HEX triplet: A7, 9B and C1. RGB value is (167,155,193). Sum of RGB (Red+Green+Blue) = 167+155+193=515 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.43% from 515); Green value is 155 (60.94% from 255 or 30.10% from 515); Blue value is 193 (75.78% from 255 or 37.48% from 515); Max value from RGB is 193 - color contains mainly: blue. Hex color #A79BC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79BC1 is #58643E. Grayscale: #A2A2A2. Windows color (decimal): -5792831 or 12688295. OLE color: 12688295.

HSL color Cylindrical-coordinate representation of color #A79BC1: hue angle of 258.95º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A79BC1 is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 167 155 193 -
CMYK 0.13 0.20 0 0.24
HSL 258.95º 0.23% 0.68% -
HSV(B) 258.95º 0.2% 0.76% -
XYZ 37.28 35.51 55.34 -
YUV 162.92 144.98 130.91 -
System Red Green Blue C M Y K H S L
Decimal 167 155 193 0.13 0.20 0 0.24 258.95 0.23 0.68
Hex A7 9B C1 D 14 0 18 103 17 44
Octal 247 233 301 15 24 0 30 403 27 104
Binary 10100111 10011011 11000001 1101 10100 0 11000 100000011 10111 1000100

Color Harmonies of #A79BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79BC1

Black with #A79BC1

Text Example


Text Example

White with #A79BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79BC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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