Html Css Color HEX #ABA3B7 Biloba Flower

📋 copy color: '#ABA3B7'

red 171 ◦ green 163 ◦ blue 183

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

Shades of Biloba Flower #ABA3B7

Tints of Biloba Flower #ABA3B7

RGB

 RED value IS 171 (67.19% from 255) = 33.08%

 GREEN value IS 163 (64.06% from 255) = 31.53%

 BLUE value IS 183 (71.88% from 255) = 35.4%

R = 33.08%
G = 31.53%
B = 35.4%

CMYK

 C value IS 0.07

 M value IS 0.11

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#ABA3B7 (or 0xABA3B7) is known color: Biloba Flower. HEX triplet: AB, A3 and B7. RGB value is (171,163,183). Sum of RGB (Red+Green+Blue) = 171+163+183=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 163 (64.06% from 255 or 31.53% from 517); Blue value is 183 (71.88% from 255 or 35.40% from 517); Max value from RGB is 183 - color contains mainly: blue. Hex color #ABA3B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA3B7 is #545C48. Grayscale: #A7A7A7. Windows color (decimal): -5528649 or 12034987. OLE color: 12034987.

HSL color Cylindrical-coordinate representation of color #ABA3B7: hue angle of 264º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABA3B7 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 171 163 183 -
CMYK 0.07 0.11 0 0.28
HSL 264º 0.12% 0.68% -
HSV(B) 264º 0.11% 0.72% -
XYZ 38.44 38.27 50.16 -
YUV 167.67 136.65 130.37 -
System Red Green Blue C M Y K H S L
Decimal 171 163 183 0.07 0.11 0 0.28 264 0.12 0.68
Hex AB A3 B7 7 B 0 1C 108 C 44
Octal 253 243 267 7 13 0 34 410 14 104
Binary 10101011 10100011 10110111 111 1011 0 11100 100001000 1100 1000100

Color Harmonies of #ABA3B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA3B7

Black with #ABA3B7

Text Example


Text Example

White with #ABA3B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA3B7; }

 p { color: rgb(171,163,183); }

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

background-color css

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

 a { background-color: rgb(171,163,183); }

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

border-color css

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

 span { border-color: rgb(171,163,183); }

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