Html Css Color HEX #A796CB Biloba Flower

📋 copy color: '#A796CB'

red 167 ◦ green 150 ◦ blue 203

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

Shades of Biloba Flower #A796CB

Tints of Biloba Flower #A796CB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.85%

 BLUE value IS 203 (79.69% from 255) = 39.04%

R = 32.12%
G = 28.85%
B = 39.04%

CMYK

 C value IS 0.18

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A796CB (or 0xA796CB) is known color: Biloba Flower. HEX triplet: A7, 96 and CB. RGB value is (167,150,203). Sum of RGB (Red+Green+Blue) = 167+150+203=520 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.12% from 520); Green value is 150 (58.98% from 255 or 28.85% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 203 - color contains mainly: blue. Hex color #A796CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A796CB is #586934. Grayscale: #A0A0A0. Windows color (decimal): -5794101 or 13342375. OLE color: 13342375.

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

Color convert

RGB 167 150 203 -
CMYK 0.18 0.26 0 0.20
HSL 259.25º 0.34% 0.69% -
HSV(B) 259.25º 0.26% 0.8% -
XYZ 37.62 34.34 61.15 -
YUV 161.13 151.63 132.19 -
System Red Green Blue C M Y K H S L
Decimal 167 150 203 0.18 0.26 0 0.20 259.25 0.34 0.69
Hex A7 96 CB 12 1A 0 14 103 22 45
Octal 247 226 313 22 32 0 24 403 42 105
Binary 10100111 10010110 11001011 10010 11010 0 10100 100000011 100010 1000101

Color Harmonies of #A796CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A796CB

Black with #A796CB

Text Example


Text Example

White with #A796CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A796CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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